Searched refs:pb (Results 1 - 25 of 334) sorted by relevance

1234567891011>>

/external/clang/test/CXX/dcl.decl/dcl.meaning/dcl.fct.default/
H A Dp10.cpp12 B* pb = new B; local
13 A* pa = pb;
15 pb->f(); // expected-error{{too few arguments}}
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/
H A DProcessBuilderTest.java44 ProcessBuilder pb = new ProcessBuilder("command");
45 assertEquals(1, pb.command().size());
46 assertEquals("command", pb.command().get(0));
49 pb = new ProcessBuilder("AAA");
50 pb.command("BBB","CCC");
51 List<String> list = pb.command();
59 ProcessBuilder pb = new ProcessBuilder("command");
60 ProcessBuilder pbReturn = pb.command("cmd");
61 assertSame(pb, pbReturn);
62 assertEquals(1, pb
[all...]
/external/e2fsprogs/lib/ext2fs/
H A Dbmove.c43 struct process_block_struct *pb; local
48 pb = (struct process_block_struct *) priv_data;
55 if (ext2fs_test_block_bitmap(pb->reserve, block)) {
60 pb->error = EXT2_ET_BLOCK_ALLOC_FAIL;
63 } while (ext2fs_test_block_bitmap(pb->reserve, block) ||
64 ext2fs_test_block_bitmap(pb->alloc_map, block));
66 retval = io_channel_read_blk(fs->io, orig, 1, pb->buf);
68 pb->error = retval;
71 retval = io_channel_write_blk(fs->io, block, 1, pb->buf);
73 pb
102 struct process_block_struct pb; local
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.sat4j.pb_2.2.0.v20100429.jar ... -INF/eclipse.inf org/ org/sat4j/ org/sat4j/pb/ org/sat4j/pb/constraints/ org/sat4j/pb/constraints/pb/ org ...
/external/clang/test/CodeGen/
H A Dtypes.c19 typedef struct MpegEncContext {int pb;} MpegEncContext; member in struct:MpegEncContext
20 static void test2(void) {MpegEncContext s; s.pb;}
/external/yaffs2/yaffs2/
H A Dyaffs_qsort.c81 char *pa, *pb, *pc, *pd, *pl, *pm, *pn; local
107 pa = pb = (char *)a + es;
111 while (pb <= pc && (r = cmp(pb, a)) <= 0) {
114 swap(pa, pb);
117 pb += es;
119 while (pb <= pc && (r = cmp(pc, a)) >= 0) {
127 if (pb > pc)
129 swap(pb, pc);
131 pb
[all...]
/external/jmonkeyengine/engine/src/core/com/jme3/scene/debug/
H A DWireBox.java77 FloatBuffer pb;
80 pb = BufferUtils.createVector3Buffer(8);
81 pvb.setupData(Usage.Dynamic, 3, Format.Float, pb);
84 pb = (FloatBuffer) pvb.getData();
85 pvb.updateData(pb);
87 pb.rewind();
88 pb.put(
H A DWireSphere.java84 FloatBuffer pb;
88 pb = BufferUtils.createVector3Buffer(samples * 2 + samples * zSamples /*+ 6 * 3*/);
89 pvb.setupData(Usage.Dynamic, 3, Format.Float, pb);
92 pb = (FloatBuffer) pvb.getData();
95 pb.rewind();
98 // pb.put(radius).put(0).put(0);
99 // pb.put(-radius).put(0).put(0);
102 // pb.put(0).put(radius).put(0);
103 // pb.put(0).put(-radius).put(0);
106 // pb
[all...]
H A DSkeletonPoints.java55 VertexBuffer pb = new VertexBuffer(Type.Position);
57 pb.setupData(Usage.Stream, 3, Format.Float, fpb);
58 setBuffer(pb);
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/
H A DPushbackInputStreamTest.java32 PushbackInputStream pb = new PushbackInputStream(
35 pb.reset();
43 PushbackInputStream pb = new PushbackInputStream(
45 pb.mark(Integer.MAX_VALUE);
46 pb.mark(0);
47 pb.mark(-1);
48 pb.mark(Integer.MIN_VALUE);
210 PushbackInputStream pb = new PushbackInputStream(
212 pb.unread(new byte[1], 0, 5);
/external/chromium_org/third_party/lzma_sdk/
H A DLzmaLib.h26 0 1 lc, lp and pb in encoded form.
39 -1 for any from: level, loc, lp, pb, fb, numThreads
76 pb - The number of pos bits (low bits of current position).
78 The pb switch is intended for periodical data when the period is equal 2^pb.
104 int pb, /* 0 <= pb <= 4, default = 2 */
H A DLzmaLib.c21 int pb, /* 0 <= pb <= 4, default = 2 */
32 props.pb = pb;
15 LzmaCompress(unsigned char *dest, size_t *destLen, const unsigned char *src, size_t srcLen, unsigned char *outProps, size_t *outPropsSize, int level, unsigned dictSize, int lc, int lp, int pb, int fb, int numThreads ) argument
/external/chromium_org/third_party/ots/third_party/lzma_sdk/
H A DLzmaLib.h27 0 1 lc, lp and pb in encoded form.
40 -1 for any from: level, loc, lp, pb, fb, numThreads
77 pb - The number of pos bits (low bits of current position).
79 The pb switch is intended for periodical data when the period is equal 2^pb.
105 int pb, /* 0 <= pb <= 4, default = 2 */
H A DLzmaLib.c22 int pb, /* 0 <= pb <= 4, default = 2 */
33 props.pb = pb;
16 LzmaCompress(unsigned char *dest, size_t *destLen, const unsigned char *src, size_t srcLen, unsigned char *outProps, size_t *outPropsSize, int level, unsigned dictSize, int lc, int lp, int pb, int fb, int numThreads ) argument
/external/lzma/C/
H A DLzmaLib.h26 0 1 lc, lp and pb in encoded form.
39 -1 for any from: level, loc, lp, pb, fb, numThreads
76 pb - The number of pos bits (low bits of current position).
78 The pb switch is intended for periodical data when the period is equal 2^pb.
104 int pb, /* 0 <= pb <= 4, default = 2 */
H A DLzmaLib.c21 int pb, /* 0 <= pb <= 4, default = 2 */
32 props.pb = pb;
15 LzmaCompress(unsigned char *dest, size_t *destLen, const unsigned char *src, size_t srcLen, unsigned char *outProps, size_t *outPropsSize, int level, unsigned dictSize, int lc, int lp, int pb, int fb, int numThreads ) argument
/external/dropbear/libtommath/
H A Dbn_s_mp_mul_digs.c25 int res, pa, pb, ix, iy; local
49 pb = MIN (b->used, digs - ix);
62 for (iy = 0; iy < pb; iy++) {
H A Dbn_s_mp_mul_high_digs.c25 int res, pa, pb, ix, iy; local
44 pb = b->used;
58 for (iy = digs - ix; iy < pb; iy++) {
/external/e2fsprogs/e2fsck/
H A Dsuper.c63 struct process_block_struct *pb; local
69 pb = (struct process_block_struct *) priv_data;
70 ctx = pb->ctx;
71 pctx = pb->pctx;
83 pb->abort = 1;
97 if (pb->truncating) {
106 pb->errcode = io_channel_read_blk(fs->io, blk, 1,
107 pb->buf);
108 if (pb->errcode)
112 for (i = 0, bp = (blk_t *) pb
157 struct process_block_struct pb; local
[all...]
H A Dpass1.c803 struct process_block_struct pb; local
806 &pb.fs_meta_blocks);
813 pb.ino = EXT2_BAD_INO;
814 pb.num_blocks = pb.last_block = 0;
815 pb.last_db_block = -1;
816 pb.num_illegal_blocks = 0;
817 pb.suppress = 0; pb.clear = 0; pb
1673 scan_extent_node(e2fsck_t ctx, struct problem_context *pctx, struct process_block_struct *pb, blk64_t start_block, ext2_extent_handle_t ehandle) argument
1821 check_blocks_extents(e2fsck_t ctx, struct problem_context *pctx, struct process_block_struct *pb) argument
1876 struct process_block_struct pb; local
[all...]
/external/chromium_org/third_party/protobuf/src/
H A DMakefile.am56 google/protobuf/descriptor.pb.h \
85 google/protobuf/compiler/plugin.pb.h \
124 google/protobuf/descriptor.pb.cc \
148 google/protobuf/compiler/plugin.pb.cc \
242 google/protobuf/unittest_lite.pb.cc \
243 google/protobuf/unittest_lite.pb.h \
244 google/protobuf/unittest_import_lite.pb.cc \
245 google/protobuf/unittest_import_lite.pb.h \
246 google/protobuf/unittest_import_public_lite.pb.cc \
247 google/protobuf/unittest_import_public_lite.pb
[all...]
/external/protobuf/examples/
H A DMakefile14 rm -f protoc_middleman addressbook.pb.cc addressbook.pb.h addressbook_pb2.py com/example/tutorial/AddressBookProtos.java
26 c++ add_person.cc addressbook.pb.cc -o add_person_cpp `pkg-config --cflags --libs protobuf`
30 c++ list_people.cc addressbook.pb.cc -o list_people_cpp `pkg-config --cflags --libs protobuf`
/external/chromium_org/third_party/libphonenumber/
H A Dlibphonenumber_without_metadata.target.darwin-arm.mk20 # "{'inputs': ['../../tools/protoc_wrapper/protoc_wrapper.py', '$(gyp_shared_intermediate_dir)/protoc'], 'msvs_cygwin_shell': '0', 'extension': 'proto', 'outputs': ['$(gyp_shared_intermediate_dir)/pyproto/third_party/libphonenumber/phonenumbers/%(INPUT_ROOT)s_pb2.py', '$(gyp_shared_intermediate_dir)/protoc_out/third_party/libphonenumber/phonenumbers/%(INPUT_ROOT)s.pb.cc', '$(gyp_shared_intermediate_dir)/protoc_out/third_party/libphonenumber/phonenumbers/%(INPUT_ROOT)s.pb.h'], 'rule_name': 'genproto', 'rule_sources': ['src/resources/phonemetadata.proto', 'src/resources/phonenumber.proto'], 'action': ['python', '../../tools/protoc_wrapper/protoc_wrapper.py', '--include', '', '--protobuf', '$(gyp_shared_intermediate_dir)/protoc_out/third_party/libphonenumber/phonenumbers/%(INPUT_ROOT)s.pb.h', '--proto-in-dir', 'src/resources', '--proto-in-file', '%(INPUT_ROOT)s$(suffix $<)', '--use-system-protobuf=0', '--', '$(gyp_shared_intermediate_dir)/protoc', '--cpp_out', '$(gyp_shared_intermediate_dir)/protoc_out/third_party/libphonenumber/phonenumbers', '--python_out', '$(gyp_shared_intermediate_dir)/pyproto/third_party/libphonenumber/phonenumbers'], 'message': 'Generating C++ and Python code from $(RULE_SOURCES)', 'process_outputs_as_sources': '1'}":
26 mkdir -p $(gyp_shared_intermediate_dir)/pyproto/third_party/libphonenumber/phonenumbers $(gyp_shared_intermediate_dir)/protoc_out/third_party/libphonenumber/phonenumbers; cd $(gyp_local_path)/third_party/libphonenumber; python ../../tools/protoc_wrapper/protoc_wrapper.py --include "" --protobuf "$(gyp_shared_intermediate_dir)/protoc_out/third_party/libphonenumber/phonenumbers/phonemetadata.pb.h" --proto-in-dir src/resources --proto-in-file "phonemetadata$(suffix $<)" "--use-system-protobuf=0" -- "$(gyp_shared_intermediate_dir)/protoc" --cpp_out "$(gyp_shared_intermediate_dir)/protoc_out/third_party/libphonenumber/phonenumbers" --python_out "$(gyp_shared_intermediate_dir)/pyproto/third_party/libphonenumber/phonenumbers"
28 $(gyp_shared_intermediate_dir)/protoc_out/third_party/libphonenumber/phonenumbers/phonemetadata.pb.cc: $(gyp_shared_intermediate_dir)/pyproto/third_party/libphonenumber/phonenumbers/phonemetadata_pb2.py ;
29 $(gyp_shared_intermediate_dir)/protoc_out/third_party/libphonenumber/phonenumbers/phonemetadata.pb.h: $(gyp_shared_intermediate_dir)/pyproto/third_party/libphonenumber/phonenumbers/phonemetadata_pb2.py ;
38 mkdir -p $(gyp_shared_intermediate_dir)/pyproto/third_party/libphonenumber/phonenumbers $(gyp_shared_intermediate_dir)/protoc_out/third_party/libphonenumber/phonenumbers; cd $(gyp_local_path)/third_party/libphonenumber; python ../../tools/protoc_wrapper/protoc_wrapper.py --include "" --protobuf "$(gyp_shared_intermediate_dir)/protoc_out/third_party/libphonenumber/phonenumbers/phonenumber.pb.h" --proto-in-dir src/resources --proto-in-file "phonenumber$(suffix $<)" "--use-system-protobuf=0" -- "$(gyp_shared_intermediate_dir)/protoc" --cpp_out "$(gyp_shared_intermediate_dir)/protoc_out/third_party/libphonenumber/phonenumbers" --python_out "$(gyp_shared_intermediate_dir)/pyproto/third_party/libphonenumber/phonenumbers"
40 $(gyp_shared_intermediate_dir)/protoc_out/third_party/libphonenumber/phonenumbers/phonenumber.pb.cc: $(gyp_shared_intermediate_dir)/pyproto/third_party/libphonenumber/phonenumbers/phonenumber_pb2.py ;
41 $(gyp_shared_intermediate_dir)/protoc_out/third_party/libphonenumber/phonenumbers/phonenumber.pb.h: $(gyp_shared_intermediate_dir)/pyproto/third_party/libphonenumber/phonenumbers/phonenumber_pb2.py ;
49 $(gyp_shared_intermediate_dir)/protoc_out/third_party/libphonenumber/phonenumbers/phonemetadata.pb
[all...]
H A Dlibphonenumber_without_metadata.target.darwin-mips.mk20 # "{'inputs': ['../../tools/protoc_wrapper/protoc_wrapper.py', '$(gyp_shared_intermediate_dir)/protoc'], 'msvs_cygwin_shell': '0', 'extension': 'proto', 'outputs': ['$(gyp_shared_intermediate_dir)/pyproto/third_party/libphonenumber/phonenumbers/%(INPUT_ROOT)s_pb2.py', '$(gyp_shared_intermediate_dir)/protoc_out/third_party/libphonenumber/phonenumbers/%(INPUT_ROOT)s.pb.cc', '$(gyp_shared_intermediate_dir)/protoc_out/third_party/libphonenumber/phonenumbers/%(INPUT_ROOT)s.pb.h'], 'rule_name': 'genproto', 'rule_sources': ['src/resources/phonemetadata.proto', 'src/resources/phonenumber.proto'], 'action': ['python', '../../tools/protoc_wrapper/protoc_wrapper.py', '--include', '', '--protobuf', '$(gyp_shared_intermediate_dir)/protoc_out/third_party/libphonenumber/phonenumbers/%(INPUT_ROOT)s.pb.h', '--proto-in-dir', 'src/resources', '--proto-in-file', '%(INPUT_ROOT)s$(suffix $<)', '--use-system-protobuf=0', '--', '$(gyp_shared_intermediate_dir)/protoc', '--cpp_out', '$(gyp_shared_intermediate_dir)/protoc_out/third_party/libphonenumber/phonenumbers', '--python_out', '$(gyp_shared_intermediate_dir)/pyproto/third_party/libphonenumber/phonenumbers'], 'message': 'Generating C++ and Python code from $(RULE_SOURCES)', 'process_outputs_as_sources': '1'}":
26 mkdir -p $(gyp_shared_intermediate_dir)/pyproto/third_party/libphonenumber/phonenumbers $(gyp_shared_intermediate_dir)/protoc_out/third_party/libphonenumber/phonenumbers; cd $(gyp_local_path)/third_party/libphonenumber; python ../../tools/protoc_wrapper/protoc_wrapper.py --include "" --protobuf "$(gyp_shared_intermediate_dir)/protoc_out/third_party/libphonenumber/phonenumbers/phonemetadata.pb.h" --proto-in-dir src/resources --proto-in-file "phonemetadata$(suffix $<)" "--use-system-protobuf=0" -- "$(gyp_shared_intermediate_dir)/protoc" --cpp_out "$(gyp_shared_intermediate_dir)/protoc_out/third_party/libphonenumber/phonenumbers" --python_out "$(gyp_shared_intermediate_dir)/pyproto/third_party/libphonenumber/phonenumbers"
28 $(gyp_shared_intermediate_dir)/protoc_out/third_party/libphonenumber/phonenumbers/phonemetadata.pb.cc: $(gyp_shared_intermediate_dir)/pyproto/third_party/libphonenumber/phonenumbers/phonemetadata_pb2.py ;
29 $(gyp_shared_intermediate_dir)/protoc_out/third_party/libphonenumber/phonenumbers/phonemetadata.pb.h: $(gyp_shared_intermediate_dir)/pyproto/third_party/libphonenumber/phonenumbers/phonemetadata_pb2.py ;
38 mkdir -p $(gyp_shared_intermediate_dir)/pyproto/third_party/libphonenumber/phonenumbers $(gyp_shared_intermediate_dir)/protoc_out/third_party/libphonenumber/phonenumbers; cd $(gyp_local_path)/third_party/libphonenumber; python ../../tools/protoc_wrapper/protoc_wrapper.py --include "" --protobuf "$(gyp_shared_intermediate_dir)/protoc_out/third_party/libphonenumber/phonenumbers/phonenumber.pb.h" --proto-in-dir src/resources --proto-in-file "phonenumber$(suffix $<)" "--use-system-protobuf=0" -- "$(gyp_shared_intermediate_dir)/protoc" --cpp_out "$(gyp_shared_intermediate_dir)/protoc_out/third_party/libphonenumber/phonenumbers" --python_out "$(gyp_shared_intermediate_dir)/pyproto/third_party/libphonenumber/phonenumbers"
40 $(gyp_shared_intermediate_dir)/protoc_out/third_party/libphonenumber/phonenumbers/phonenumber.pb.cc: $(gyp_shared_intermediate_dir)/pyproto/third_party/libphonenumber/phonenumbers/phonenumber_pb2.py ;
41 $(gyp_shared_intermediate_dir)/protoc_out/third_party/libphonenumber/phonenumbers/phonenumber.pb.h: $(gyp_shared_intermediate_dir)/pyproto/third_party/libphonenumber/phonenumbers/phonenumber_pb2.py ;
49 $(gyp_shared_intermediate_dir)/protoc_out/third_party/libphonenumber/phonenumbers/phonemetadata.pb
[all...]
H A Dlibphonenumber_without_metadata.target.darwin-x86.mk20 # "{'inputs': ['../../tools/protoc_wrapper/protoc_wrapper.py', '$(gyp_shared_intermediate_dir)/protoc'], 'msvs_cygwin_shell': '0', 'extension': 'proto', 'outputs': ['$(gyp_shared_intermediate_dir)/pyproto/third_party/libphonenumber/phonenumbers/%(INPUT_ROOT)s_pb2.py', '$(gyp_shared_intermediate_dir)/protoc_out/third_party/libphonenumber/phonenumbers/%(INPUT_ROOT)s.pb.cc', '$(gyp_shared_intermediate_dir)/protoc_out/third_party/libphonenumber/phonenumbers/%(INPUT_ROOT)s.pb.h'], 'rule_name': 'genproto', 'rule_sources': ['src/resources/phonemetadata.proto', 'src/resources/phonenumber.proto'], 'action': ['python', '../../tools/protoc_wrapper/protoc_wrapper.py', '--include', '', '--protobuf', '$(gyp_shared_intermediate_dir)/protoc_out/third_party/libphonenumber/phonenumbers/%(INPUT_ROOT)s.pb.h', '--proto-in-dir', 'src/resources', '--proto-in-file', '%(INPUT_ROOT)s$(suffix $<)', '--use-system-protobuf=0', '--', '$(gyp_shared_intermediate_dir)/protoc', '--cpp_out', '$(gyp_shared_intermediate_dir)/protoc_out/third_party/libphonenumber/phonenumbers', '--python_out', '$(gyp_shared_intermediate_dir)/pyproto/third_party/libphonenumber/phonenumbers'], 'message': 'Generating C++ and Python code from $(RULE_SOURCES)', 'process_outputs_as_sources': '1'}":
26 mkdir -p $(gyp_shared_intermediate_dir)/pyproto/third_party/libphonenumber/phonenumbers $(gyp_shared_intermediate_dir)/protoc_out/third_party/libphonenumber/phonenumbers; cd $(gyp_local_path)/third_party/libphonenumber; python ../../tools/protoc_wrapper/protoc_wrapper.py --include "" --protobuf "$(gyp_shared_intermediate_dir)/protoc_out/third_party/libphonenumber/phonenumbers/phonemetadata.pb.h" --proto-in-dir src/resources --proto-in-file "phonemetadata$(suffix $<)" "--use-system-protobuf=0" -- "$(gyp_shared_intermediate_dir)/protoc" --cpp_out "$(gyp_shared_intermediate_dir)/protoc_out/third_party/libphonenumber/phonenumbers" --python_out "$(gyp_shared_intermediate_dir)/pyproto/third_party/libphonenumber/phonenumbers"
28 $(gyp_shared_intermediate_dir)/protoc_out/third_party/libphonenumber/phonenumbers/phonemetadata.pb.cc: $(gyp_shared_intermediate_dir)/pyproto/third_party/libphonenumber/phonenumbers/phonemetadata_pb2.py ;
29 $(gyp_shared_intermediate_dir)/protoc_out/third_party/libphonenumber/phonenumbers/phonemetadata.pb.h: $(gyp_shared_intermediate_dir)/pyproto/third_party/libphonenumber/phonenumbers/phonemetadata_pb2.py ;
38 mkdir -p $(gyp_shared_intermediate_dir)/pyproto/third_party/libphonenumber/phonenumbers $(gyp_shared_intermediate_dir)/protoc_out/third_party/libphonenumber/phonenumbers; cd $(gyp_local_path)/third_party/libphonenumber; python ../../tools/protoc_wrapper/protoc_wrapper.py --include "" --protobuf "$(gyp_shared_intermediate_dir)/protoc_out/third_party/libphonenumber/phonenumbers/phonenumber.pb.h" --proto-in-dir src/resources --proto-in-file "phonenumber$(suffix $<)" "--use-system-protobuf=0" -- "$(gyp_shared_intermediate_dir)/protoc" --cpp_out "$(gyp_shared_intermediate_dir)/protoc_out/third_party/libphonenumber/phonenumbers" --python_out "$(gyp_shared_intermediate_dir)/pyproto/third_party/libphonenumber/phonenumbers"
40 $(gyp_shared_intermediate_dir)/protoc_out/third_party/libphonenumber/phonenumbers/phonenumber.pb.cc: $(gyp_shared_intermediate_dir)/pyproto/third_party/libphonenumber/phonenumbers/phonenumber_pb2.py ;
41 $(gyp_shared_intermediate_dir)/protoc_out/third_party/libphonenumber/phonenumbers/phonenumber.pb.h: $(gyp_shared_intermediate_dir)/pyproto/third_party/libphonenumber/phonenumbers/phonenumber_pb2.py ;
49 $(gyp_shared_intermediate_dir)/protoc_out/third_party/libphonenumber/phonenumbers/phonemetadata.pb
[all...]

Completed in 1885 milliseconds

1234567891011>>