HomeSort by relevance Sort by last modified time
    Searched refs:record (Results 301 - 325 of 383) sorted by null

<<111213141516

  /frameworks/base/core/java/android/view/
GLES20Canvas.java 100 protected GLES20Canvas(boolean record, boolean translucent) {
103 if (record) {
    [all...]
  /prebuilts/tools/common/http-client/
commons-logging-1.1.1.jar 
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
streams.rb 51 need a way to record various locations in the input at a number of points in the
122 <tt>marker = stream.mark</tt> causes the stream to record important information
566 # record the current stream location parameters in the stream's marker table and
    [all...]
  /external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/
LogManagerTest.java     [all...]
  /external/linux-tools-perf/
Makefile 366 BUILTIN_OBJS += $(OUTPUT)builtin-record.o
691 # These can record PERF_VERSION
  /external/v8/benchmarks/
deltablue.js 167 * record the solution, perhaps modifying the current dataflow
354 * and record that decision.
428 * Record the fact that this constraint is unsatisfied.
  /external/webkit/PerformanceTests/SunSpider/tests/v8-v4/
v8-deltablue.js 161 * record the solution, perhaps modifying the current dataflow
348 * and record that decision.
422 * Record the fact that this constraint is unsatisfied.
  /external/webkit/PerformanceTests/SunSpider/tests/v8-v5/
v8-deltablue.js 161 * record the solution, perhaps modifying the current dataflow
348 * and record that decision.
422 * Record the fact that this constraint is unsatisfied.
  /external/webkit/PerformanceTests/SunSpider/tests/v8-v6/
v8-deltablue.js 161 * record the solution, perhaps modifying the current dataflow
348 * and record that decision.
422 * Record the fact that this constraint is unsatisfied.
  /external/clang/lib/Sema/
SemaDeclAttr.cpp 266 // Now check if we point to record type.
279 // Warn if could not get record type for this argument.
317 // First see if we can just cast to record type, or point to record type.
320 // Now check if we index into a record type function param.
1388 RecordDecl *record = cast<RecordDecl>(D); local
    [all...]
SemaExprCXX.cpp 189 if (CXXRecordDecl *Record = dyn_cast<CXXRecordDecl>(Ctx))
190 MemberOfType = Context.getTypeDeclType(Record);
202 if (const RecordType *Record = MemberOfType->getAs<RecordType>()) {
204 = dyn_cast<ClassTemplateSpecializationDecl>(Record->getDecl())) {
411 // Loop all record redeclaration looking for an uuid attribute.
675 CXXRecordDecl *Record = 0;
677 Record = Template->getTemplatedDecl();
679 Record = cast<CXXRecordDecl>(ContextDecl);
683 S.Context.getRecordType(Record).withCVRQualifiers(CXXThisTypeQuals));
882 const RecordType *record = local
    [all...]
  /frameworks/base/services/java/com/android/server/am/
ActivityManagerService.java 11058 final ServiceRecord record; field in class:ServiceLookupResult
    [all...]
  /external/grub/netboot/
tlan.c     [all...]
  /ndk/sources/host-tools/nawk-20071023/
run.c 189 while (getrec(&record, &recsize, 1) > 0) {
431 n = getrec(&record, &recsize, 1);
    [all...]
  /prebuilts/tools/common/commons-compress/
commons-compress-1.0.jar 
  /external/valgrind/main/coregrind/m_debuginfo/
readdwarf.c     [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/cp/
cp-tree.h 1187 tree record; local
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/cp/
cp-tree.h 1358 tree record; variable
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/cp/
cp-tree.h 1358 tree record; variable
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/cp/
cp-tree.h 1358 tree record; variable
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.text_3.5.0.v20100601-1300.jar 
  /dalvik/vm/mterp/armv5te/
footer.S 624 @ Profiling - record method entry. r0: methodToCall
    [all...]
  /external/blktrace/btt/doc/
btt.tex     [all...]
  /external/mesa3d/src/glsl/
ir_constant_expression.cpp 934 ir_constant *v = this->record->constant_expression_value();
    [all...]
  /ndk/build/core/
definitions.mk 455 # and abort. This will record all LOCAL_XXX variables for the module.
558 # Rationale: Record that a module depends on a set of static libraries.
570 # Rationale: Record that a module depends on a set of shared libraries.
    [all...]

Completed in 1027 milliseconds

<<111213141516