HomeSort by relevance Sort by last modified time
    Searched full:data (Results 126 - 150 of 117106) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/snakeyaml/src/test/resources/pyyaml/
tags.events 4 - !Scalar { value: 'data' }
5 #- !Scalar { tag: '!', value: 'data' }
6 - !Scalar { tag: 'tag:yaml.org,2002:str', value: 'data' }
7 - !Scalar { tag: '!myfunnytag', value: 'data' }
8 - !Scalar { tag: '!my!ugly!tag', value: 'data' }
9 - !Scalar { tag: 'tag:my.domain.org,2002:data!? #', value: 'data' }
  /external/wpa_supplicant_8/wpa_supplicant/
autoscan_exponential.c 24 autoscan_exponential_get_params(struct autoscan_exponential_data *data,
32 data->base = atoi(params);
39 data->limit = atoi(pos);
48 struct autoscan_exponential_data *data; local
50 data = os_zalloc(sizeof(struct autoscan_exponential_data));
51 if (data == NULL)
54 if (autoscan_exponential_get_params(data, params) < 0) {
55 os_free(data);
60 "and limit is %d", data->base, data->limit)
70 struct autoscan_exponential_data *data = priv; local
79 struct autoscan_exponential_data *data = priv; local
    [all...]
  /external/icu/icu4j/main/shared/data/
icudata.jar 
icutzdata.jar 
  /frameworks/native/libs/binder/
IBatteryStats.cpp 38 Parcel data, reply; local
39 data.writeInterfaceToken(IBatteryStats::getInterfaceDescriptor());
40 data.writeInt32(uid);
41 data.writeInt32(sensor);
42 remote()->transact(NOTE_START_SENSOR_TRANSACTION, data, &reply);
46 Parcel data, reply; local
47 data.writeInterfaceToken(IBatteryStats::getInterfaceDescriptor());
48 data.writeInt32(uid);
49 data.writeInt32(sensor);
50 remote()->transact(NOTE_STOP_SENSOR_TRANSACTION, data, &reply)
54 Parcel data, reply; local
61 Parcel data, reply; local
68 Parcel data, reply; local
75 Parcel data, reply; local
82 Parcel data, reply; local
88 Parcel data, reply; local
94 Parcel data, reply; local
101 Parcel data, reply; local
108 Parcel data, reply; local
115 Parcel data, reply; local
122 Parcel data, reply; local
128 Parcel data, reply; local
    [all...]
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-tic6x/
data-reloc-local-r-rel.d 1 #name: C6X data relocations, local symbols, -r, REL
4 #source: data-reloc-local-1.s
5 #source: data-reloc-local-2.s
6 #objdump: -r -s -j .data
10 RELOCATION RECORDS FOR \[\.data\]:
12 0+ R_C6000_ABS32 \.data
13 0+4 R_C6000_ABS32 \.data
14 0+8 R_C6000_ABS32 \.data
15 0+c R_C6000_ABS32 \.data
16 0+10 R_C6000_ABS16 \.data
    [all...]
data-reloc-local-r.d 1 #name: C6X data relocations, local symbols, -r
4 #source: data-reloc-local-1.s
5 #source: data-reloc-local-2.s
6 #objdump: -r -s -j .data
10 RELOCATION RECORDS FOR \[\.data\]:
12 0+ R_C6000_ABS32 \.data
13 0+4 R_C6000_ABS32 \.data\+0x00000004
14 0+8 R_C6000_ABS32 \.data\+0x0000000c
15 0+c R_C6000_ABS32 \.data\+0x00000008
16 0+10 R_C6000_ABS16 \.data\+0x0000000
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/util/encoders/
Hex.java 10 * Utility class for converting hex data to bytes and back again.
17 byte[] data)
19 return toHexString(data, 0, data.length);
23 byte[] data,
27 byte[] encoded = encode(data, off, length);
32 * encode the input data producing a Hex encoded byte array.
34 * @return a byte array containing the Hex encoded data.
37 byte[] data)
39 return encode(data, 0, data.length)
    [all...]
  /external/curl/docs/cmdline-opts/
data-binary.d 1 Long: data-binary
2 Arg: <data>
3 Help: HTTP POST binary data
6 This posts data exactly as specified with no extra processing whatsoever.
8 If you start the data with the letter @, the rest should be a filename. Data
9 is posted in a similar manner as --data does, except that newlines and
13 data as described in --data.
  /device/google/wahoo/
init.elabel.sh 4 if [ ! -f /data/misc/elabel/elabels_copied ]; then
5 cp /persist/elabel/* /data/misc/elabel/
6 echo 1 > /data/misc/elabel/elabels_copied
7 chown system.system /data/misc/elabel/*
8 chmod 400 /data/misc/elabel/*
  /external/lzma/CPP/7zip/Compress/
ByteSwap.cpp 34 STDMETHODIMP_(UInt32) CByteSwap2::Filter(Byte *data, UInt32 size)
41 const Byte *end = data + (size_t)size;
45 Byte b0 = data[0];
46 data[0] = data[1];
47 data[1] = b0;
48 data += kStep;
50 while (data != end);
57 STDMETHODIMP_(UInt32) CByteSwap4::Filter(Byte *data, UInt32 size)
64 const Byte *end = data + (size_t)size;
    [all...]
  /external/python/cpython2/Lib/plat-mac/Carbon/
ControlAccessor.py 7 def SetControlData_Handle(control, part, selector, data):
8 control.SetControlData_Handle(part, selector, data)
28 def SetControlData(control, part, selector, data):
31 setfunc(control, part, selector, data)
37 data = coder(data)
39 data = struct.pack(structfmt, data)
40 control.SetControlData(part, selector, data)
45 return getfunc(control, part, selector, data)
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/Carbon/
ControlAccessor.py 7 def SetControlData_Handle(control, part, selector, data):
8 control.SetControlData_Handle(part, selector, data)
28 def SetControlData(control, part, selector, data):
31 setfunc(control, part, selector, data)
37 data = coder(data)
39 data = struct.pack(structfmt, data)
40 control.SetControlData(part, selector, data)
45 return getfunc(control, part, selector, data)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/Carbon/
ControlAccessor.py 7 def SetControlData_Handle(control, part, selector, data):
8 control.SetControlData_Handle(part, selector, data)
28 def SetControlData(control, part, selector, data):
31 setfunc(control, part, selector, data)
37 data = coder(data)
39 data = struct.pack(structfmt, data)
40 control.SetControlData(part, selector, data)
45 return getfunc(control, part, selector, data)
    [all...]
  /toolchain/binutils/binutils-2.25/gold/testsuite/
script_test_9.t 4 data PT_LOAD FLAGS(6);
16 .data :
18 } :data
23 } :data :tls
27 } :data :tls
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-elf/
loadaddr3.t 12 .data : {data_load = LOADADDR (.data);
13 data_start = ADDR (.data);
14 *(.data .data.*)} >ram AT>rom
  /frameworks/av/media/libaudioclient/
IAudioPolicyService.cpp 100 Parcel data, reply; local
101 data.writeInterfaceToken(IAudioPolicyService::getInterfaceDescriptor());
102 data.writeInt32(static_cast <uint32_t>(device));
103 data.writeInt32(static_cast <uint32_t>(state));
104 data.writeCString(device_address);
105 data.writeCString(device_name);
106 remote()->transact(SET_DEVICE_CONNECTION_STATE, data, &reply);
114 Parcel data, reply; local
115 data.writeInterfaceToken(IAudioPolicyService::getInterfaceDescriptor());
116 data.writeInt32(static_cast <uint32_t>(device))
126 Parcel data, reply; local
137 Parcel data, reply; local
146 Parcel data, reply; local
156 Parcel data, reply; local
171 Parcel data, reply; local
199 Parcel data, reply; local
263 Parcel data, reply; local
276 Parcel data, reply; local
289 Parcel data, reply; local
307 Parcel data, reply; local
351 Parcel data, reply; local
362 Parcel data, reply; local
373 Parcel data, reply; local
384 Parcel data, reply; local
397 Parcel data, reply; local
410 Parcel data, reply; local
423 Parcel data, reply; local
432 Parcel data, reply; local
441 Parcel data, reply; local
454 Parcel data, reply; local
467 Parcel data, reply; local
476 Parcel data, reply; local
486 Parcel data, reply; local
496 Parcel data, reply; local
506 Parcel data, reply; local
520 Parcel data, reply; local
540 Parcel data, reply; local
557 Parcel data, reply; local
585 Parcel data, reply; local
603 Parcel data, reply; local
618 Parcel data, reply; local
636 Parcel data, reply; local
662 Parcel data, reply; local
674 Parcel data, reply; local
682 Parcel data, reply; local
695 Parcel data, reply; local
712 Parcel data, reply; local
724 Parcel data, reply; local
735 Parcel data, reply; local
769 Parcel data, reply; local
790 Parcel data, reply; local
803 Parcel data, reply; local
818 Parcel data, reply; local
834 Parcel data, reply; local
    [all...]
  /external/libmtp/logs/
mtp-detect-acer-iconia-tab-a500-v1.txt 73 dc01: Storage ID UINT32 data type ANY 32BIT VALUE form READ ONLY
74 dc02: Object Format UINT16 data type ANY 16BIT VALUE form READ ONLY
75 dc03: Protection Status UINT16 data type ANY 16BIT VALUE form READ ONLY
76 dc04: Object Size UINT64 data type READ ONLY
77 dc07: Object File Name STRING data type GET/SET
78 dc09: Date Modified STRING data type DATETIME FORM READ ONLY
79 dc0b: Parent Object UINT32 data type ANY 32BIT VALUE form READ ONLY
80 dc41: Persistant Unique Object Identifier UINT128 data type READ ONLY
81 dc44: Name STRING data type READ ONLY
82 dc4e: Date Added STRING data type DATETIME FORM READ ONL
    [all...]
mtp-detect-acer-iconia-tab-a500-v2.txt 76 dc01: Storage ID UINT32 data type ANY 32BIT VALUE form READ ONLY
77 dc02: Object Format UINT16 data type ANY 16BIT VALUE form READ ONLY
78 dc03: Protection Status UINT16 data type ANY 16BIT VALUE form READ ONLY
79 dc04: Object Size UINT64 data type READ ONLY
80 dc07: Object File Name STRING data type GET/SET
81 dc09: Date Modified STRING data type DATETIME FORM READ ONLY
82 dc0b: Parent Object UINT32 data type ANY 32BIT VALUE form READ ONLY
83 dc41: Persistant Unique Object Identifier UINT128 data type READ ONLY
84 dc44: Name STRING data type READ ONLY
85 dc4e: Date Added STRING data type DATETIME FORM READ ONL
    [all...]
mtp-detect-motorola-xoom.txt 71 dc01: Storage ID UINT32 data type ANY 32BIT VALUE form READ ONLY
72 dc02: Object Format UINT16 data type ANY 16BIT VALUE form READ ONLY
73 dc03: Protection Status UINT16 data type ANY 16BIT VALUE form READ ONLY
74 dc04: Object Size UINT64 data type READ ONLY
75 dc07: Object File Name STRING data type GET/SET
76 dc09: Date Modified STRING data type DATETIME FORM READ ONLY
77 dc0b: Parent Object UINT32 data type ANY 32BIT VALUE form READ ONLY
78 dc41: Persistant Unique Object Identifier UINT128 data type READ ONLY
79 dc44: Name STRING data type READ ONLY
80 dc4e: Date Added STRING data type DATETIME FORM READ ONL
    [all...]
mtp-detect-htc-one.txt 2 Unable to open ~/.mtpz-data for reading, MTPZ disabled.libmtp version: 1.1.6
85 dc01: Storage ID UINT32 data type ANY 32BIT VALUE form READ ONLY
86 dc02: Object Format UINT16 data type ANY 16BIT VALUE form READ ONLY
87 dc03: Protection Status UINT16 data type ANY 16BIT VALUE form READ ONLY
88 dc04: Object Size UINT64 data type READ ONLY
89 dc07: Object File Name STRING data type GET/SET
90 dc09: Date Modified STRING data type DATETIME FORM READ ONLY
91 dc0b: Parent Object UINT32 data type ANY 32BIT VALUE form READ ONLY
92 dc41: Persistant Unique Object Identifier UINT128 data type READ ONLY
93 dc44: Name STRING data type READ ONL
    [all...]
  /external/llvm/test/tools/llvm-objdump/X86/
disassemble-data.test 1 // This test checks that -D disassembles from a data section
2 // RUN: llvm-objdump -D %p/Inputs/disassemble-data.obj | FileCheck %s
4 // CHECK: Disassembly of section .data
  /external/valgrind/none/tests/s390x/
ecag.stdout.exp-z10ec 1 L1 topology: separate data and instruction; private
2 L1 cache line size data: 256
4 L1 total cachesize data: 131072
6 L1 set. assoc. data: 8
8 L2 topology: unified data and instruction; private
9 L2 cache line size data: 256
11 L2 total cachesize data: 3145728
13 L2 set. assoc. data: 12
15 L3 topology: unified data and instruction; shared
16 L3 cache line size data: 25
    [all...]
  /frameworks/base/libs/hwui/tests/macrobench/
how_to_run.txt 2 adb push $OUT/data/benchmarktest/hwuimacro/hwuimacro /data/benchmarktest/hwuimacro/hwuimacro &&
3 adb shell /data/benchmarktest/hwuimacro/hwuimacro shadowgrid2 --onscreen
  /frameworks/base/libs/hwui/tests/microbench/
how_to_run.txt 2 adb push $OUT/data/benchmarktest/hwuimicro/hwuimicro /data/benchmarktest/hwuimicro/hwuimicro &&
3 adb shell /data/benchmarktest/hwuimicro/hwuimicro

Completed in 805 milliseconds

1 2 3 4 56 7 8 91011>>