HomeSort by relevance Sort by last modified time
    Searched refs:DATA (Results 251 - 275 of 1437) sorted by null

<<11121314151617181920>>

  /prebuilts/jdk/jdk9/darwin-x86/legal/java.base/
cldr.md 1 ## Unicode Common Local Data Repository (CLDR) v29
12 a copy of the Unicode data files and any associated documentation
13 (the "Data Files") or Unicode software and any associated documentation
14 (the "Software") to deal in the Data Files or Software
17 the Data Files or Software, and to permit persons to whom the Data Files
20 of the Data Files or Software,
23 (c) there is clear notice in each modified Data File or in the Software
24 as well as in the documentation associated with the Data File(s) or
25 Software that the data or software has been modified
    [all...]
  /prebuilts/jdk/jdk9/darwin-x86/legal/jdk.localedata/
cldr.md 1 ## Unicode Common Local Data Repository (CLDR) v29
12 a copy of the Unicode data files and any associated documentation
13 (the "Data Files") or Unicode software and any associated documentation
14 (the "Software") to deal in the Data Files or Software
17 the Data Files or Software, and to permit persons to whom the Data Files
20 of the Data Files or Software,
23 (c) there is clear notice in each modified Data File or in the Software
24 as well as in the documentation associated with the Data File(s) or
25 Software that the data or software has been modified
    [all...]
  /prebuilts/jdk/jdk9/linux-x86/legal/java.base/
cldr.md 1 ## Unicode Common Local Data Repository (CLDR) v29
12 a copy of the Unicode data files and any associated documentation
13 (the "Data Files") or Unicode software and any associated documentation
14 (the "Software") to deal in the Data Files or Software
17 the Data Files or Software, and to permit persons to whom the Data Files
20 of the Data Files or Software,
23 (c) there is clear notice in each modified Data File or in the Software
24 as well as in the documentation associated with the Data File(s) or
25 Software that the data or software has been modified
    [all...]
  /prebuilts/go/darwin-x86/src/runtime/
rt0_darwin_arm64.s 78 DATA _rt0_arm64_darwin_lib_argc<>(SB)/8, $0
80 DATA _rt0_arm64_darwin_lib_argv<>(SB)/8, $0
rt0_linux_arm64.s 85 DATA _rt0_arm64_linux_lib_argc<>(SB)/8, $0
87 DATA _rt0_arm64_linux_lib_argv<>(SB)/8, $0
asm_amd64.s 82 DATA _rt0_amd64_lib_argc<>(SB)/8, $0
84 DATA _rt0_amd64_lib_argv<>(SB)/8, $0
268 DATA runtime·mainPC+0(SB)/8,$runtime·main(SB)
917 MOVQ p+0(FP), AX // ptr to data
925 MOVQ (AX), AX // string data
929 // AX: data
967 PXOR X0, X1 // xor data with seed
999 // load data to be hashed
1085 // load data
1261 MOVQ p+0(FP), AX // ptr to data
    [all...]
  /prebuilts/go/linux-x86/src/runtime/
rt0_darwin_arm64.s 78 DATA _rt0_arm64_darwin_lib_argc<>(SB)/8, $0
80 DATA _rt0_arm64_darwin_lib_argv<>(SB)/8, $0
rt0_linux_arm64.s 85 DATA _rt0_arm64_linux_lib_argc<>(SB)/8, $0
87 DATA _rt0_arm64_linux_lib_argv<>(SB)/8, $0
asm_amd64.s 82 DATA _rt0_amd64_lib_argc<>(SB)/8, $0
84 DATA _rt0_amd64_lib_argv<>(SB)/8, $0
268 DATA runtime·mainPC+0(SB)/8,$runtime·main(SB)
917 MOVQ p+0(FP), AX // ptr to data
925 MOVQ (AX), AX // string data
929 // AX: data
967 PXOR X0, X1 // xor data with seed
999 // load data to be hashed
1085 // load data
1261 MOVQ p+0(FP), AX // ptr to data
    [all...]
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/mmix/
local-1.d 13 1 \.data 00000000 0000000000000000 0000000000000000 00000044 2\*\*0
14 CONTENTS, ALLOC, LOAD, DATA
19 0+ l d \.data 0+ (|\.data)
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/tic54x/
sections.s 3 * .bss, .data, .sect, .text, .usect
9 ; initialized data
10 .data
14 ; uninitialized data
19 ; more initialized data in .data
30 ; more initialized data into .data
31 .data
64 ; named, initialized section, no quotes (DATA)
    [all...]
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-cris/
tls-ie-8e1.d 23 CONTENTS, ALLOC, LOAD, DATA
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-scripts/
rgn-over8-ok.d 18 1 .data 0+0000400 0+0001000 0+0000400 [0-9a-f]+ 2\*\*[0-9]+ CONTENTS, ALLOC, LOAD, DATA
  /external/python/cpython3/Lib/test/test_asyncio/
test_streams.py 22 DATA = b'line1\nline2\nline3\n'
46 data = self.loop.run_until_complete(f)
47 self.assertEqual(data, b'HTTP/1.0 200 OK\r\n')
49 data = self.loop.run_until_complete(f)
50 self.assertTrue(data.endswith(b'\r\n\r\nTest message'))
73 data = self.loop.run_until_complete(f)
74 self.assertTrue(data.endswith(b'\r\n\r\nTest message'))
131 stream.feed_data(self.DATA)
132 self.assertEqual(self.DATA, stream._buffer)
137 stream.feed_data(self.DATA)
    [all...]
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
ContactMetadataProviderTest.java 164 newValues.put(MetadataSync.DATA, newData);
211 insertedValues.put(MetadataSync.DATA, insertJson);
247 updatedValues.put(MetadataSync.DATA, updatedJson);
284 insertedValues.put(MetadataSync.DATA, insertJson);
314 newValues.put(MetadataSync.DATA, newData);
327 String data = null; local
333 newValues.put(MetadataSync.DATA, data);
418 .withValue(MetadataSync.DATA, updatedData)
427 .withValue(MetadataSync.DATA, newData
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
NumberRegressionTests.java 494 * Number format data rounding errors for locale FR
545 * Data rounding errors for French (Canada) locale
594 * Data rounding errors for German (Germany) locale
644 * Data rounding errors for Italian locale number formats
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
NumberRegressionTests.java 491 * Number format data rounding errors for locale FR
542 * Data rounding errors for French (Canada) locale
591 * Data rounding errors for German (Germany) locale
641 * Data rounding errors for Italian locale number formats
    [all...]
  /device/google/cuttlefish_common/common/vsoc/lib/
socket_forward_region_view.h 32 DATA = 0,
60 static Packet MakeData() { return MakePacket(Header::DATA); }
66 header_.message_type = Header::DATA;
86 bool IsData() const { return header_.message_type == Header::DATA; }
98 // Data sent will start with a uint32_t indicating the number of bytes being
99 // sent, followed be the data itself
110 // Returns an empty data packet if the other side is closed.
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/
PlatformCapsule.fdf 54 FILE DATA = $(WORKSPACE)/$(OUTPUT_DIRECTORY)/$(TARGET)_$(TOOL_CHAIN_TAG)/FV/SYSTEMFIRMWAREUPDATECARGO.Fv
64 FILE DATA = $(WORKSPACE)/$(OUTPUT_DIRECTORY)/$(TARGET)_$(TOOL_CHAIN_TAG)/FV/SYSTEMFIRMWAREUPDATECARGO.Fv
PlatformCapsuleGcc.fdf 54 FILE DATA = $(WORKSPACE)/$(OUTPUT_DIRECTORY)/$(TARGET)_$(TOOL_CHAIN_TAG)/FV/SYSTEMFIRMWAREUPDATECARGO.Fv
64 FILE DATA = $(WORKSPACE)/$(OUTPUT_DIRECTORY)/$(TARGET)_$(TOOL_CHAIN_TAG)/FV/SYSTEMFIRMWAREUPDATECARGO.Fv
  /external/tensorflow/tensorflow/contrib/image/python/ops/
single_image_random_dot_stereograms.py 46 will encode 3-D data into a 2-D image. The output of this Op is suitable
48 corrupt the encode 3-D data witin the image.
75 `float64`, `float32`, `int64`, `int32`. Z values of data to encode
90 Normalize input data to [0.0, 1.0]
105 Defaults to `[1022, 757]`. Size of "DATA" window, must be equal to or
  /external/webrtc/webrtc/
call.h 34 DATA
  /frameworks/compile/mclinker/include/mcld/LD/
LDFileFormat.h 28 DATA, // Non-executable regular sections
105 LDSection* f_pDataSection; // .data __data
  /packages/apps/Camera2/src/com/android/camera/data/
PhotoDataQuery.java 17 package com.android.camera.data;
23 // Sort all data by ID. This must be aligned with
25 // being first in any data returned.
51 MediaStore.Images.ImageColumns.DATA, // 5, string
  /packages/apps/Gallery2/src/com/android/gallery3d/data/
DownloadEntry.java 16 package com.android.gallery3d.data;
33 public static final String DATA = "_data";

Completed in 684 milliseconds

<<11121314151617181920>>