/external/antlr/antlr-3.4/runtime/ObjC/Framework/ANTLR/ANTLRTests/ |
ANTLRTests.h | 5 // Created by Alan Condit on 4/7/11.
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/test/runtime/recognizer/ |
ANTLRRecognizerTest.h | 5 // Created by Ian Michell on 02/07/2010.
|
ANTLRRecognizerTest.m | 5 // Created by Ian Michell on 02/07/2010.
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/test/runtime/tree/ |
ANTLRCommonErrorNodeTest.h | 5 // Created by Ian Michell on 10/06/2010.
|
ANTLRCommonErrorNodeTest.m | 5 // Created by Ian Michell on 10/06/2010.
|
ANTLRCommonTreeAdaptorTest.h | 5 // Created by Ian Michell on 10/06/2010.
|
ANTLRCommonTreeAdaptorTest.m | 5 // Created by Ian Michell on 10/06/2010.
|
/external/chromium_org/chrome/browser/ui/startup/ |
startup_types.h | 12 IS_NOT_PROCESS_STARTUP, // Session is being created when a Chrome process is 16 IS_PROCESS_STARTUP // Session is being created when the Chrome process 21 IS_NOT_FIRST_RUN, // Session is being created after Chrome has already 23 IS_FIRST_RUN // Session is being created immediately after Chrome
|
/external/chromium_org/third_party/tlslite/tests/ |
TACKs.pem | 0 Created by TACK.py 0.9.6 2 Created at 2012-05-08T15:53:56Z 9 Created by tack.py 0.9.7 10 Created at 2012-08-31T19:15:38Z
|
TACK_Key1.pem | 0 Created by TACK.py 0.9.6 2 Created at 2012-05-08T15:53:52Z
|
TACK_Key2.pem | 0 Created by tack.py 0.9.7 2 Created at 2012-08-31T19:14:51Z
|
/external/elfutils/0.153/po/ |
LINGUAS | 4 # These are automagically created, not real translations.
|
/ndk/tests/device/test-stlport_shared-exception/jni/ |
new1_2.cpp | 19 int newed, created; variable 27 return !(newed && !created); 30 A::A() { created = 1; } 31 A::~A() { created = 0; }
|
new2_1.cpp | 19 int newed, created; variable 28 return !(!newed && !created); 31 A::A() { created = 1; } 32 A::~A() { created = 0; }
|
/ndk/tests/device/test-stlport_static-exception/jni/ |
new1_2.cpp | 19 int newed, created; variable 27 return !(newed && !created); 30 A::A() { created = 1; } 31 A::~A() { created = 0; }
|
new2_1.cpp | 19 int newed, created; variable 28 return !(!newed && !created); 31 A::A() { created = 1; } 32 A::~A() { created = 0; }
|
/device/moto/shamu/sepolicy/ |
radio.te | 4 # Grant access to qmux socket that is created by rild 7 # Grant access to ims socket that is created by ims_qmid, ims_datad
|
/external/chromium_org/third_party/icu/source/samples/layout/ |
RenderingSurface.h | 10 * created on: 02/20/2003 11 * created by: Eric R. Mader
|
/external/icu/icu4c/source/samples/layout/ |
RenderingSurface.h | 10 * created on: 02/20/2003 11 * created by: Eric R. Mader
|
/external/qemu/distrib/sdl-1.2.15/docs/man3/ |
SDL_GetThreadID.3 | 12 Returns the ID of a \fBSDL_Thread\fR created by \fISDL_CreateThread\fR\&. 16 .\" created by instant / docbook-to-man, Tue 11 Sep 2001, 23:00
|
/ndk/tests/build/ndk-out/ |
build.sh | 6 echo "FAILURE: 'obj' directory should not be created by ndk-build!" 10 echo "FAILURE: 'output-dir' should have been created by ndk-build!"
|
/hardware/intel/common/wrs_omxil_core/utils/src/ |
thread.cpp | 25 created = false; 33 created = false; 50 if (!created) { 53 created = true; 65 if (created) { 67 created = false;
|
/external/chromium_org/extensions/browser/ |
extension_system.h | 64 // The ExtensionService is created at startup. 68 // does not persist across restarts. Lives on UI thread. Created at startup. 73 // The ManagementPolicy is created at startup. 76 // The SharedUserScriptMaster is created at startup. 79 // The ProcessManager is created at startup. 82 // The StateStore is created at startup. 85 // The rules store is created at startup. 91 // The LazyBackgroundTaskQueue is created at startup. 94 // The EventRouter is created at startup. 97 // The WarningService is created at startup [all...] |
/external/chromium_org/chrome/browser/history/android/ |
visit_sql_handler.cc | 18 HistoryAndBookmarkRow::CREATED, HistoryAndBookmarkRow::VISIT_COUNT, 31 // The created time is updated according the given |row|. 32 // We simulate updating created time by 34 // b. Insert a new visit which has visit time same as created time. 58 // If created time is updated or new visit count is less than the current 60 if (row.is_value_set_explicitly(HistoryAndBookmarkRow::CREATED) || 67 if (row.is_value_set_explicitly(HistoryAndBookmarkRow::CREATED) && 69 if (!AddVisit(id->url_id, row.created())) 93 // Add a row if the last visit time is different from created time. 94 if (row->is_value_set_explicitly(HistoryAndBookmarkRow::CREATED) & [all...] |
/external/chromium_org/components/translate/core/browser/ |
translate_event_details.h | 19 // The time when this event was created. 22 // The source filename where this event was created. 25 // The source line in |filename| where this event was created.
|