/dalvik/dx/src/com/android/dx/command/ |
Main.java | 173 String[] newa = new String[len]; local 174 System.arraycopy(orig, 0, newa, 0, n); 175 System.arraycopy(orig, n + 1, newa, n, len - n); 176 return newa;
|
/external/llvm/lib/ExecutionEngine/Orc/ |
IndirectionUtils.cpp | 236 auto *NewA = GlobalAlias::create(OrigA.getValueType(), 239 NewA->copyAttributesFrom(&OrigA); 240 VMap[&OrigA] = NewA; 241 return NewA;
|
/dalvik/dexgen/src/com/android/dexgen/util/ |
FixedSizeList.java | 148 Object[] newa = new Object[newSz]; local 154 newa[at] = one; 159 arr = newa;
|
/dalvik/dx/src/com/android/dx/util/ |
FixedSizeList.java | 149 Object[] newa = new Object[newSz]; local 155 newa[at] = one; 160 arr = newa;
|
/frameworks/base/services/core/java/com/android/server/ |
IntentResolver.java | 586 F[] newa = newArray((N*3)/2); local 587 System.arraycopy(array, 0, newa, 0, N); 588 newa[N] = filter; 589 map.put(name, newa); 708 F[] newa = newArray(LAST+2); local 709 System.arraycopy(array, 0, newa, 0, LAST+1); 710 map.put(name, newa);
|
/external/llvm/include/llvm/ExecutionEngine/Orc/ |
CompileOnDemandLayer.h | 351 auto *NewA = cast<GlobalAlias>(VMap[&A]); 352 assert(NewA && "Alias not cloned?"); 355 NewA->setAliasee(cast<Constant>(Init));
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/lang/ |
TestUScript.java | 329 "Adlam", "Bhaiksuki", "Marchen", "Newa", "Osage", "Hanb", "Jamo", "Zsye", 359 "Adlm", "Bhks", "Marc", "Newa", "Osge", "Hanb", "Jamo", "Zsye",
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/ |
TestUScript.java | 326 "Adlam", "Bhaiksuki", "Marchen", "Newa", "Osage", "Hanb", "Jamo", "Zsye", 356 "Adlm", "Bhks", "Marc", "Newa", "Osge", "Hanb", "Jamo", "Zsye",
|
/external/icu/icu4c/source/common/ |
uscript_props.cpp | 217 0x11412 | LIMITED_USE, // Newa
|
/prebuilts/go/darwin-x86/src/unicode/ |
script_test.go | 112 {0x11400, "Newa"},
|
/prebuilts/go/linux-x86/src/unicode/ |
script_test.go | 112 {0x11400, "Newa"},
|
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ExecutionEngine/Orc/ |
CompileOnDemandLayer.h | 413 auto *NewA = cast<GlobalAlias>(VMap[&A]); 414 assert(NewA && "Alias not cloned?"); 417 NewA->setAliasee(cast<Constant>(Init));
|
/prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/ExecutionEngine/Orc/ |
CompileOnDemandLayer.h | 424 auto *NewA = cast<GlobalAlias>(VMap[&A]); 425 assert(NewA && "Alias not cloned?"); 428 NewA->setAliasee(cast<Constant>(Init));
|
/prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/ExecutionEngine/Orc/ |
CompileOnDemandLayer.h | 424 auto *NewA = cast<GlobalAlias>(VMap[&A]); 425 assert(NewA && "Alias not cloned?"); 428 NewA->setAliasee(cast<Constant>(Init));
|
/prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/ExecutionEngine/Orc/ |
CompileOnDemandLayer.h | 446 auto *NewA = cast<GlobalAlias>(VMap[&A]); 447 assert(NewA && "Alias not cloned?"); 450 NewA->setAliasee(cast<Constant>(Init));
|
/prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/ExecutionEngine/Orc/ |
CompileOnDemandLayer.h | 446 auto *NewA = cast<GlobalAlias>(VMap[&A]); 447 assert(NewA && "Alias not cloned?"); 450 NewA->setAliasee(cast<Constant>(Init));
|
/prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/ExecutionEngine/Orc/ |
CompileOnDemandLayer.h | 446 auto *NewA = cast<GlobalAlias>(VMap[&A]); 447 assert(NewA && "Alias not cloned?"); 450 NewA->setAliasee(cast<Constant>(Init));
|
/prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/ExecutionEngine/Orc/ |
CompileOnDemandLayer.h | 446 auto *NewA = cast<GlobalAlias>(VMap[&A]); 447 assert(NewA && "Alias not cloned?"); 450 NewA->setAliasee(cast<Constant>(Init));
|
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ExecutionEngine/Orc/ |
CompileOnDemandLayer.h | 413 auto *NewA = cast<GlobalAlias>(VMap[&A]); 414 assert(NewA && "Alias not cloned?"); 417 NewA->setAliasee(cast<Constant>(Init));
|
/prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/ExecutionEngine/Orc/ |
CompileOnDemandLayer.h | 424 auto *NewA = cast<GlobalAlias>(VMap[&A]); 425 assert(NewA && "Alias not cloned?"); 428 NewA->setAliasee(cast<Constant>(Init));
|
/prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/ExecutionEngine/Orc/ |
CompileOnDemandLayer.h | 424 auto *NewA = cast<GlobalAlias>(VMap[&A]); 425 assert(NewA && "Alias not cloned?"); 428 NewA->setAliasee(cast<Constant>(Init));
|
/prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/ExecutionEngine/Orc/ |
CompileOnDemandLayer.h | 446 auto *NewA = cast<GlobalAlias>(VMap[&A]); 447 assert(NewA && "Alias not cloned?"); 450 NewA->setAliasee(cast<Constant>(Init));
|
/prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/ExecutionEngine/Orc/ |
CompileOnDemandLayer.h | 446 auto *NewA = cast<GlobalAlias>(VMap[&A]); 447 assert(NewA && "Alias not cloned?"); 450 NewA->setAliasee(cast<Constant>(Init));
|
/prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/ExecutionEngine/Orc/ |
CompileOnDemandLayer.h | 446 auto *NewA = cast<GlobalAlias>(VMap[&A]); 447 assert(NewA && "Alias not cloned?"); 450 NewA->setAliasee(cast<Constant>(Init));
|
/prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/ExecutionEngine/Orc/ |
CompileOnDemandLayer.h | 446 auto *NewA = cast<GlobalAlias>(VMap[&A]); 447 assert(NewA && "Alias not cloned?"); 450 NewA->setAliasee(cast<Constant>(Init));
|