/device/google/cuttlefish_common/common/vsoc/lib/ |
wifi_exchange_view.cpp | 6 * You may obtain a copy of the License at 49 std::copy(std::begin(mac_address), 56 std::copy(std::begin(data()->guest_mac_address), 64 std::copy(std::begin(mac_address), 71 std::copy(std::begin(data()->host_mac_address),
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
hmac.py | 15 # A unique object passed by HMAC.copy() to the HMAC constructor, in order
85 def copy(self):
member in class:HMAC 86 """Return a separate copy of this hashing object.
88 An update to this copy won't affect the original object.
93 other.inner = self.inner.copy()
94 other.outer = self.outer.copy()
102 h = self.outer.copy()
|
/device/linaro/bootloader/edk2/ArmPlatformPkg/Scripts/ |
Makefile | 73 copy $(EDK_TOOLS_PATH)\Conf\build_rule.template Conf\build_rule.txt
74 copy $(EDK_TOOLS_PATH)\Conf\FrameworkDatabase.template Conf\FrameworkDatabase.txt
75 copy $(EDK_TOOLS_PATH)\Conf\target.template Conf\target.txt
76 copy $(EDK_TOOLS_PATH)\Conf\tools_def.template Conf\tools_def.txt
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/GenFvImage/ |
Makefile | 85 copy $(EFI_PLATFORM_BIN)\Tools\$(TARGET_NAME).exe $(TARGET_EXE) /Y
87 copy $(EFI_PLATFORM_BIN)\Tools\$(TARGET_NAME).pdb $(EDK_TOOLS_OUTPUT)\$(TARGET_NAME).pdb /Y
93 if exist $(TARGET_EXE) copy $(TARGET_EXE) $(EFI_PLATFORM_BIN)\tools\$(TARGET_NAME).exe /Y
95 copy $(EDK_TOOLS_OUTPUT)\$(TARGET_NAME).pdb $(EFI_PLATFORM_BIN)\Tools\$(TARGET_NAME).pdb /Y
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/GuidChk/ |
Makefile | 82 copy $(EFI_PLATFORM_BIN)\Tools\$(TARGET_NAME).exe $(TARGET_EXE) /Y
84 copy $(EFI_PLATFORM_BIN)\Tools\$(TARGET_NAME).pdb $(EDK_TOOLS_OUTPUT)\$(TARGET_NAME).pdb /Y
90 if exist $(TARGET_EXE) copy $(TARGET_EXE) $(EFI_PLATFORM_BIN)\tools\$(TARGET_NAME).exe /Y
92 copy $(EDK_TOOLS_OUTPUT)\$(TARGET_NAME).pdb $(EFI_PLATFORM_BIN)\Tools\$(TARGET_NAME).pdb /Y
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/HiiPack/ |
Makefile | 85 copy $(EFI_PLATFORM_BIN)\Tools\$(TARGET_NAME).exe $(TARGET_EXE) /Y
87 copy $(EFI_PLATFORM_BIN)\Tools\$(TARGET_NAME).pdb $(EDK_TOOLS_OUTPUT)\$(TARGET_NAME).pdb /Y
93 if exist $(TARGET_EXE) copy $(TARGET_EXE) $(EFI_PLATFORM_BIN)\tools\$(TARGET_NAME).exe /Y
95 copy $(EDK_TOOLS_OUTPUT)\$(TARGET_NAME).pdb $(EFI_PLATFORM_BIN)\Tools\$(TARGET_NAME).pdb /Y
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/UefiStrGather/ |
Makefile | 88 copy $(EFI_PLATFORM_BIN)\Tools\$(TARGET_NAME).exe $(TARGET_EXE) /Y
90 copy $(EFI_PLATFORM_BIN)\Tools\$(TARGET_NAME).pdb $(EDK_TOOLS_OUTPUT)\$(TARGET_NAME).pdb /Y
96 if exist $(TARGET_EXE) copy $(TARGET_EXE) $(EFI_PLATFORM_BIN)\tools\$(TARGET_NAME).exe /Y
98 copy $(EDK_TOOLS_OUTPUT)\$(TARGET_NAME).pdb $(EFI_PLATFORM_BIN)\Tools\$(TARGET_NAME).pdb /Y
|
/external/autotest/client/common_lib/cros/fake_device_server/ |
commands_unittest.py | 9 import copy 68 BAD_COMMAND = copy.deepcopy(GOOD_COMMAND) 99 command1 = self.commands.create_command(copy.deepcopy(COMMAND)) 100 command2 = self.commands.create_command(copy.deepcopy(COMMAND))
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/custom/sec/ |
SecP224R1FieldElement.java | 184 Nat224.copy(x, t1); 188 Nat224.copy(t1, t2); 204 Nat224.copy(f1, d1); 213 Nat224.copy(nc, f1); 220 Nat224.copy(d1, d0); 221 Nat224.copy(e1, e0); 247 Nat224.copy(r, d1); 258 Nat224.copy(d1, d0); 259 Nat224.copy(e1, e0);
|
/external/clang/test/Analysis/ |
bstring.cpp | 14 // Call to copy should invalidate buf. 15 std::copy(v.begin(), v.end(), buf);
|
/external/freetype/src/gzip/ |
infcodes.c | 22 COPY, /* o: copying bytes in window, waiting for space */ 45 uInt dist; /* distance back to copy from */ 46 } copy; /* if EXT or COPY, where and how much */ member in union:inflate_codes_state::__anon20675 94 Bytef *f; /* pointer to copy strings from */ 97 /* copy input/output information to locals (UPDATE macro restores) */ 137 c->sub.copy.get = e & 15; 159 j = c->sub.copy.get; 175 c->sub.copy.get = e & 15; 176 c->sub.copy.dist = t->base [all...] |
/external/icu/icu4c/source/common/unicode/ |
urep.h | 123 * @param dst array in which to copy characters. The length of 144 * @param dest the index at which the copy of the UChars should be 148 void (*copy)(UReplaceable* rep, member in struct:UReplaceableCallbacks
|
/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/analysis/ |
CoverageNodeImplTest.java | 114 ICoverageNode copy = node.getPlainCopy(); local 115 assertEquals(ElementType.CLASS, copy.getElementType()); 116 assertEquals("Sample", copy.getName()); 117 assertEquals(CounterImpl.getInstance(1, 1), copy.getClassCounter()); 118 assertEquals(CounterImpl.getInstance(2, 2), copy.getMethodCounter()); 119 assertEquals(CounterImpl.getInstance(3, 3), copy.getBranchCounter()); 121 copy.getInstructionCounter()); 122 assertEquals(CounterImpl.getInstance(5, 5), copy.getLineCounter()); 123 assertEquals(CounterImpl.getInstance(6, 6), copy.getComplexityCounter());
|
/external/javassist/sample/ |
Test.java | 10 defined in class Test, then this program adds a copy of 38 CtMethod gMethod = CtNewMethod.copy(fMethod, "g", cc, null);
|
/external/llvm/lib/Support/ |
RandomNumberGenerator.cpp | 49 std::copy(Salt.begin(), Salt.end(), Data.end());
|
/external/proguard/src/proguard/classfile/instruction/ |
SwitchInstruction.java | 17 * You should have received a copy of the GNU General Public License along 59 public SwitchInstruction copy(SwitchInstruction switchInstruction) method in class:SwitchInstruction
|
/external/python/cpython2/Lib/ |
hmac.py | 18 # A unique object passed by HMAC.copy() to the HMAC constructor, in order 88 def copy(self): member in class:HMAC 89 """Return a separate copy of this hashing object. 91 An update to this copy won't affect the original object. 96 other.inner = self.inner.copy() 97 other.outer = self.outer.copy() 105 h = self.outer.copy()
|
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/ |
ShadowFileUtils.java | 16 protected static long copy( FileDescriptor in, FileDescriptor out, method in class:ShadowFileUtils 19 // never do the native copy optimization block
|
/external/skia/infra/bots/assets/valgrind/ |
create.py | 65 shutil.copy(os.path.join(INSTALL_DIR, 'bin', 'valgrind'), 70 shutil.copy(os.path.join(INSTALL_DIR, 'lib', 'valgrind', lib), 74 shutil.copy(os.path.join(INSTALL_DIR, 'lib', 'valgrind', libname), 77 shutil.copy('default.supp',
|
/external/skia/src/core/ |
SkColorSpaceXform_A2B.h | 43 T* copy(const T& val) { return fAlloc.make<T>(val); } function in class:SkColorSpaceXform_A2B
|
/external/skqp/infra/bots/assets/valgrind/ |
create.py | 65 shutil.copy(os.path.join(INSTALL_DIR, 'bin', 'valgrind'), 70 shutil.copy(os.path.join(INSTALL_DIR, 'lib', 'valgrind', lib), 74 shutil.copy(os.path.join(INSTALL_DIR, 'lib', 'valgrind', libname), 77 shutil.copy('default.supp',
|
/external/skqp/src/core/ |
SkColorSpaceXform_A2B.h | 43 T* copy(const T& val) { return fAlloc.make<T>(val); } function in class:SkColorSpaceXform_A2B
|
/external/tensorflow/tensorflow/contrib/graph_editor/ |
subgraph.py | 5 # You may obtain a copy of the License at 22 import copy 217 """Create a copy of this subgraph. 220 does not copy the underlying part of the `tf.Graph`. 231 setattr(result, k, list(v)) # copy the list 254 def copy(self): member in class:SubGraphView 255 """Return a copy of itself. 258 does not copy the underlying part of the tf.Graph. 263 return copy.copy(self [all...] |
/external/tensorflow/tensorflow/core/lib/random/ |
philox_random_test_utils.h | 5 You may obtain a copy of the License at 44 std::copy(&sample[0], &sample[0] + granularity, &p[i]);
|
/external/toolchain-utils/binary_search_tool/test/ |
switch_to_bad_noinc_prune.py | 33 shutil.copy(argv[1], './noinc_prune_bad')
|