HomeSort by relevance Sort by last modified time
    Searched full:newid (Results 1 - 25 of 87) sorted by null

1 2 3 4

  /external/libmtp/examples/
newfolder.c 37 uint32_t newid; local
46 newid = LIBMTP_Create_Folder(device, argv[1], atol(argv[2]), atol(argv[3]));
47 if (newid == 0) {
50 printf("New folder created with ID: %d\n", newid);
61 int newid = LIBMTP_Create_Folder(device, folder, id, 0); local
62 if (newid == 0) {
67 printf("New folder created with ID: %d\n", newid);
  /external/srec/tools/grxmlcompile/
sub_phon.cpp 33 int ii, wordId, phoneId, currId, newId, nextId, arcCount;
59 newId= NewVertexId();
60 arcOne= CreateArc (NONE_LABEL, NONE_LABEL, arc[ii]->GetFromId(), newId);
64 arcOne= CreateArc (-wordId, wordId, newId, nextId);
66 // (void) CreateArc (-wordId, NONE_LABEL, arc[ii]->GetFromId(), newId);
69 // (void) CreateArc (WB_LABEL, wordId, newId, arc[ii]->GetToId());
79 newId= NewVertexId();
83 arcOne= CreateArc (phoneId, NONE_LABEL, currId, newId);
88 currId= newId;
158 int ii, currId, newId, arcCount, left, right, centre
    [all...]
sub_min.cpp 260 int fix, six, fmiss, smiss, nmatch, symTst, newId;
272 newId= -1;
280 if (newId == -1) {
281 newId= cache->QueryEntry (firstId, secondId);
282 if (newId < 0)
283 newId= NewVertexId ();
286 // printf ("Forming %d with %d and %d at %d\n", newId, firstId, secondId, baseId);
290 arc[forwardList[six]]->AssignToId (newId);
334 if (newId >= 0) {
337 MergeVertices (newId, firstId, secondId)
    [all...]
sub_grph.cpp 246 int newId;
255 newId= NewVertexId();
256 (void) CreateArc (inputLabel, tagLabel, lastId, newId);
257 lastId= newId;
271 int newId;
279 newId= NewVertexId();
280 (void) CreateArc (TAG_LABEL, tagLabel, lastId, newId);
281 lastId= newId;
  /libcore/luni/src/test/java/tests/java/sql/
MultiThreadAccessTest.java 154 int newID = 100;
155 threadPool.runTask(createTask6(oldID, newID));
182 result = statement.executeQuery(selectQuery + newID);
186 + newID, result.getString("field1"));
188 assertEquals("Wrong value of field2", Integer.valueOf(newID).intValue(), result
190 assertEquals("Wrong value of field3", Integer.valueOf(newID).intValue(), result
394 private static Runnable createTask6(final int oldID, final int newID) {
399 String value = DatabaseCreator.defaultString + newID;
401 + DatabaseCreator.TEST_TABLE1 + " SET id=" + newID
402 + ", field1='" + value + "', field2=" + newID
    [all...]
  /external/chromium_org/third_party/skia/src/animator/
SkAnimateMaker.cpp 76 bool SkAnimateMaker::computeID(SkDisplayable* displayable, SkDisplayable* parent, SkString* newID) {
80 return SkAnimatorScript::EvaluateString(*this, displayable, parent, script, newID);
280 SkString newID;
281 bool success = computeID(original, NULL, &newID);
283 setID(displayable, newID);
348 void SkAnimateMaker::setID(SkDisplayable* displayable, const SkString& newID) {
349 fIDs.set(newID.c_str(), displayable);
351 displayable->_id.set(newID);
SkAnimateMaker.h 49 bool computeID(SkDisplayable* displayable, SkDisplayable* parent, SkString* newID);
98 void setID(SkDisplayable* displayable, const SkString& newID);
  /external/skia/src/animator/
SkAnimateMaker.cpp 76 bool SkAnimateMaker::computeID(SkDisplayable* displayable, SkDisplayable* parent, SkString* newID) {
80 return SkAnimatorScript::EvaluateString(*this, displayable, parent, script, newID);
280 SkString newID;
281 bool success = computeID(original, NULL, &newID);
283 setID(displayable, newID);
348 void SkAnimateMaker::setID(SkDisplayable* displayable, const SkString& newID) {
349 fIDs.set(newID.c_str(), displayable);
351 displayable->_id.set(newID);
SkAnimateMaker.h 49 bool computeID(SkDisplayable* displayable, SkDisplayable* parent, SkString* newID);
98 void setID(SkDisplayable* displayable, const SkString& newID);
  /external/sonivox/jet_tools/JetCreator/
JetStatusEvent.py 25 EVT_JET_STATUS_ID = wx.NewId()
  /packages/apps/Camera/src/com/android/camera/ui/
TimerSettingPopup.java 143 int newId = mNumberSpinner.getValue() + 1;
144 mPreference.setValueIndex(newId);
TimeIntervalPopup.java 153 int newId = mUnitSpinner.getValue() * (mNumberSpinner.getMaxValue() + 1)
155 mPreference.setValueIndex(newId);
  /frameworks/base/core/java/com/android/internal/content/
PackageHelper.java 124 public static boolean renameSdDir(String oldId, String newId) {
126 int rc = getMountService().renameSecureContainer(oldId, newId);
129 newId + "with rc " + rc);
134 Log.i(TAG, "Failed ot rename " + oldId + " to " + newId +
  /packages/apps/Gallery2/src/com/android/gallery3d/data/
SnailSource.java 59 public static synchronized int newId() {
  /external/chromium_org/third_party/leveldatabase/src/util/
cache_test.cc 176 TEST(CacheTest, NewId) {
177 uint64_t a = cache_->NewId();
178 uint64_t b = cache_->NewId();
  /external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/infobar/
TranslateLanguagePanel.java 153 int newId = ((SpinnerLanguageElement) spinner.getSelectedItem()).getLanguageId();
155 mSessionOptions.setSourceLanguage(newId);
157 mSessionOptions.setTargetLanguage(newId);
  /external/chromium_org/third_party/icu/source/test/intltest/
trnserr.cpp 54 UnicodeString newID="Bogus-Latin";
142 Transliterator* t2 = Transliterator::createFromRules(newID, newIDRules, UTRANS_FORWARD, parseError, status);
147 errln("FAIL: The newID transliterator was not registered so createInverse should fail.");
153 Transliterator* t4 = Transliterator::createFromRules(newID, bogusRules, UTRANS_FORWARD, parseError, status);
  /external/icu4c/test/intltest/
trnserr.cpp 54 UnicodeString newID="Bogus-Latin";
142 Transliterator* t2 = Transliterator::createFromRules(newID, newIDRules, UTRANS_FORWARD, parseError, status);
147 errln("FAIL: The newID transliterator was not registered so createInverse should fail.");
153 Transliterator* t4 = Transliterator::createFromRules(newID, bogusRules, UTRANS_FORWARD, parseError, status);
  /hardware/libhardware_legacy/include/hardware_legacy/
IMountService.h 56 virtual int renameSecureContainer(String16 oldId, String16 newId) = 0;
  /external/chromium_org/third_party/icu/source/i18n/
esctrn.cpp 87 EscapeTransliterator::EscapeTransliterator(const UnicodeString& newID,
92 Transliterator(newID, NULL)
  /external/icu4c/i18n/
esctrn.cpp 87 EscapeTransliterator::EscapeTransliterator(const UnicodeString& newID,
92 Transliterator(newID, NULL)
  /packages/apps/Camera2/src/com/android/camera/ui/
TimeIntervalPopup.java 169 int newId = mUnitSpinner.getValue() * (mNumberSpinner.getMaxValue() + 1)
171 mPreference.setValueIndex(newId);
  /libcore/luni/src/test/java/libcore/sqlite/
OldDatabaseTest.java 329 int newID = 100;
330 threadPool.runTask(createTask3(oldID, dbFile.getPath(), newID,
419 int newID = 100;
420 threadPool.runTask(createTask3(oldID, dbFile.getPath(), newID,
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
ChangeViewRefactoring.java 193 String newId = ensureIdMatchesType(element, mTypeFqcn, rootEdit);
195 if (oldId != null && newId != null) {
205 oldId, newId);
  /external/chromium_org/third_party/WebKit/Source/core/dom/
Element.cpp 952 static bool checkNeedsStyleInvalidationForIdChange(const AtomicString& oldId, const AtomicString& newId, const RuleFeatureSet& features)
954 ASSERT(newId != oldId);
957 if (!newId.isEmpty() && features.hasSelectorForId(newId))
    [all...]

Completed in 1582 milliseconds

1 2 3 4