HomeSort by relevance Sort by last modified time
    Searched refs:record (Results 276 - 300 of 404) sorted by null

<<11121314151617

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
RelativeLayoutConversionHelper.java 1460 void record(Map<Integer, List<View>> map, Integer edge, View info) { method in class:RelativeLayoutConversionHelper.EdgeList
1597 record(mLeft, Integer.valueOf(bounds.x), view); method
1598 record(mTop, Integer.valueOf(bounds.y), view); method
1599 record(mRight, Integer.valueOf(view.getRightEdge()), view); method
1600 record(mBottom, Integer.valueOf(view.getBottomEdge()), view); method
    [all...]
  /external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/
LoggerTest.java     [all...]
  /frameworks/base/services/java/com/android/server/input/
InputManagerService.java 601 InputDevicesChangedListenerRecord record = local
605 binder.linkToDeath(record, 0);
611 mInputDevicesChangedListeners.put(callingPid, record);
    [all...]
  /external/strace/
strace.spec 17 received by a running process. Strace can print a record of each
32 received by a running process. Strace can print a record of each
  /external/webkit/Source/JavaScriptCore/assembler/
MacroAssemblerARMv7.h 63 JumpLinkType computeJumpType(LinkRecord& record, const uint8_t* from, const uint8_t* to) { return m_assembler.computeJumpType(record, from, to); }
66 void link(LinkRecord& record, uint8_t* from, uint8_t* to) { return m_assembler.link(record, from, to); }
    [all...]
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
Antlr.Runtime.Tools.pas 241 TItem = record
346 /// The TLocalStorage record has space for 256 variables. For performance
365 TLocalStorage = record
368 TLocalStorageEntry = record
  /external/blktrace/btreplay/doc/
btreplay.tex 156 Each input data file (one per device per CPU) results in a new record
159 these record data files by spawning a new pair of threads per file. One
160 thread manages the submitting of AIOs per bunch in the record data file,
419 record files in the directory specified (either via the \texttt{-d}
  /external/linux-tools-perf/util/
trace-event-parse.c 198 * Add a special record at the end.
206 * We are searching for a record in between, not an exact
    [all...]
  /external/sepolicy/
access_vectors 581 record
  /external/valgrind/main/memcheck/tests/
xml1.stderr.exp 357 <text>396 bytes in 1 blocks are definitely lost in loss record ... of ...</text>
  /external/webkit/Source/WebCore/storage/
IDBSQLiteBackingStore.cpp 405 return String(); // Null String means record not found.
411 String record = query.getColumnBlobAsString(3); local
414 return record;
    [all...]
  /external/chromium/chrome/browser/resources/
new_new_tab.js 26 // The URL prefix for pings that record app launches by URL.
27 PING_BY_URL: 'record-app-launch-by-url',
29 // The URL prefix for pings that record app launches by ID.
30 PING_BY_ID: 'record-app-launch-by-id',
33 PING_WEBSTORE: 'record-webstore-launch'
    [all...]
  /external/bison/data/
glr.c 42 # do not change the value of b4_pure_flag, and do not record a use of api.pure.
    [all...]
  /external/clang/lib/AST/
Type.cpp 371 case Record:
884 if (const RecordType *Record = dyn_cast<RecordType>(CanonicalType)) {
885 if (CXXRecordDecl *ClassDecl = dyn_cast<CXXRecordDecl>(Record->getDecl()))
928 case Record: {
2381 const CXXRecordDecl *record = local
    [all...]
  /external/jsilver/src/com/google/streamhtmlparser/impl/
HtmlParserImpl.java 489 protected void record(char input) { method in class:HtmlParserImpl
  /external/kernel-headers/original/linux/
perf_event.h 329 * The MMAP events record the PROT_EXEC mappings so that we can
423 * # The RAW record below is opaque data wrt the ABI
1002 extern void perf_tp_event(u64 addr, u64 count, void *record,
  /external/linux-tools-perf/util/include/linux/added/
perf_event.h 356 * The MMAP events record the PROT_EXEC mappings so that we can
450 * # The RAW record below is opaque data wrt the ABI
1142 extern void perf_tp_event(u64 addr, u64 count, void *record,
  /frameworks/base/media/tests/ScoAudioTest/src/com/android/scoaudiotest/
ScoAudioTest.java 420 mPlayImageResource = R.drawable.record;
  /prebuilts/devtools/tools/lib/
monkeyrunner.jar 
traceview.jar 
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime.Tests/
Antlr.Runtime.Tools.Tests.pas 100 // Test methods for record TLocalStorage
  /external/libvorbis/doc/
05-comment.tex 132 the 'record label')
  /ndk/build/core/
add-application.mk 16 # this script is used to record an application definition in the
253 # Record all app-specific variable definitions
258 # Record the Application.mk for debugging
  /external/clang/lib/CodeGen/
CGDebugInfo.cpp 584 // Walk up the context chain and create forward decls for record decls,
612 /// CreatePointeeType - Create Pointee type. If Pointee is a record
613 /// then emit record's fwd if debug info size reduction is enabled.
    [all...]
  /external/clang/lib/Sema/
SemaExprMember.cpp 35 static bool isProvablyNotDerivedFrom(Sema &SemaRef, CXXRecordDecl *Record,
38 return BaseIsNotInSet(Record, BasesPtr) &&
39 Record->forallBases(BaseIsNotInSet, BasesPtr);
131 const Sema::ExpressionEvaluationContextRecord& record local
133 if (record.Context == Sema::Unevaluated)
595 // The record definition is complete, now look up the member.
    [all...]

Completed in 2023 milliseconds

<<11121314151617