HomeSort by relevance Sort by last modified time
    Searched defs:sam (Results 1 - 25 of 39) sorted by null

1 2

  /external/compiler-rt/lib/sanitizer_common/tests/
sanitizer_libc_test.cc 122 struct stat_and_more sam; local
123 memset(&sam, 0xAB, sizeof(sam));
124 EXPECT_EQ(0u, internal_fstat(fd, &sam.st));
125 EXPECT_EQ(0xAB, sam.z);
126 EXPECT_NE(0xAB, sam.st.st_size);
127 EXPECT_NE(0, sam.st.st_size);
  /libcore/luni/src/test/java/libcore/java/io/
OldObjectStreamFieldTest.java 41 int sam = 8888; field in class:OldObjectStreamFieldTest.DummyClass
175 samField = osc.getField("sam");
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/
ObjectStreamFieldTest.java 43 int sam = 8888; field in class:ObjectStreamFieldTest.DummyClass
86 assertTrue("(Int)ham compared to (Int)sam did not return < 0", hamField
250 samField = osc.getField("sam");
  /external/python/cpython2/PC/
_winreg.c 108 "key = CreateKeyEx(key, sub_key, res, sam) - Creates or opens the specified key.\n"
113 "sam is an integer that specifies an access mask that describes the desired\n"
135 "DeleteKeyEx(key, sub_key, sam, res) - Deletes the specified key.\n"
140 "sam is an integer that specifies an access mask that describes the desired\n"
216 "key = OpenKey(key, sub_key, res = 0, sam = KEY_READ) - Opens the specified key.\n"
221 "sam is an integer that specifies an access mask that describes the desired\n"
1062 REGSAM sam = KEY_WRITE; local
1106 REGSAM sam = KEY_WOW64_64KEY; local
1357 REGSAM sam = KEY_READ; local
    [all...]
  /external/mesa3d/src/gallium/drivers/freedreno/ir3/
ir3.h 1112 struct ir3_instruction *sam; local
1115 sam = ir3_instr_create(block, opc);
1116 sam->flags |= flags;
1117 ir3_reg_create(sam, 0, 0)->wrmask = wrmask;
1119 reg = ir3_reg_create(sam, 0, IR3_REG_SSA);
1124 reg = ir3_reg_create(sam, 0, IR3_REG_SSA);
1128 sam->cat5.samp = samp;
1129 sam->cat5.tex = tex;
1130 sam->cat5.type = type;
1132 return sam;
    [all...]
ir3_compiler_nir.c 1391 struct ir3_instruction **dst, *sam, *src0[12], *src1[4]; local
1611 struct ir3_instruction **dst, *sam; local
1634 struct ir3_instruction **dst, *sam; local
2353 struct ir3_instruction *sam = ctx->ir->astc_srgb[i]; local
    [all...]
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-annotation-processing/1.1.1/
kotlin-annotation-processing-1.1.1.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-annotation-processing/1.1.3/
kotlin-annotation-processing-1.1.3.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-android-extensions/1.0.0/
kotlin-android-extensions-1.0.0.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-android-extensions/1.0.2/
kotlin-android-extensions-1.0.2.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-android-extensions/1.0.5/
kotlin-android-extensions-1.0.5.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-android-extensions/1.1.1/
kotlin-android-extensions-1.1.1.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-android-extensions/1.1.3/
kotlin-android-extensions-1.1.3.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-gradle-plugin/1.1.3/
kotlin-gradle-plugin-1.1.3.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-gradle-plugin/1.1.1/
kotlin-gradle-plugin-1.1.1.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/jdt/core/compiler/ecj/4.5.1/
ecj-4.5.1.jar 
  /prebuilts/tools/common/offline-m2/org/eclipse/jdt/core/compiler/ecj/4.5.1/
ecj-4.5.1.jar 
  /prebuilts/devtools/tools/lib/
ecj-4.6.1.jar 
ecj-4.4.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/jdt/core/compiler/ecj/4.6.1/
ecj-4.6.1.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/jdt/core/compiler/ecj/4.4/
ecj-4.4.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/jdt/core/compiler/ecj/4.4.2/
ecj-4.4.2.jar 
  /external/icu/tools/srcgen/currysrc/libs/
org.eclipse.jdt.core_3.11.0.v20150602-1242.jar 
  /prebuilts/sdk/tools/jacks/
jack-4.32.CANDIDATE.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-gradle-plugin/1.0.5/
kotlin-gradle-plugin-1.0.5.jar 

Completed in 261 milliseconds

1 2