HomeSort by relevance Sort by last modified time
    Searched defs:st (Results 126 - 150 of 893) sorted by null

1 2 3 4 56 7 8 91011>>

  /art/runtime/base/unix_file/
mapped_file.cc 48 struct stat st; local
49 int result = TEMP_FAILURE_RETRY(fstat(Fd(), &st));
54 file_size_ = st.st_size;
  /bootable/recovery/applypatch/
freecache.c 106 struct stat st; local
107 if (stat(path, &st) == 0 && S_ISREG(st.st_mode)) {
  /bootable/recovery/
fuse_sdcard_provider.c 109 struct stat st; local
112 if (stat(FUSE_SIDELOAD_HOST_PATHNAME, &st) != 0) {
136 struct stat st; local
137 stat(FUSE_SIDELOAD_HOST_EXIT_PATHNAME, &st);
  /bootable/recovery/minzip/
DirUtil.c 34 struct stat st; local
37 err = stat(path, &st);
41 if (S_ISDIR(st.st_mode)) {
185 struct stat st; local
191 if (lstat(path, &st) < 0) {
196 if (!S_ISDIR(st.st_mode)) {
  /bootable/recovery/tools/ota/
check-lost+found.c 60 struct stat st; local
61 if (stat(kMarkerFile, &st)) {
  /external/apache-http/src/org/apache/http/impl/cookie/
RFC2965PortAttributeHandler.java 69 StringTokenizer st = new StringTokenizer(portValue, ","); local
70 int[] ports = new int[st.countTokens()];
73 while(st.hasMoreTokens()) {
74 ports[i] = Integer.parseInt(st.nextToken().trim());
  /external/chromium_org/base/
os_compat_android.cc 135 struct stat st; local
140 ret = stat(path, &st);
145 if (!S_ISDIR(st.st_mode)) { // Not a directory
  /external/chromium_org/third_party/android_crazy_linker/src/src/
crazy_linker_system.cpp 73 struct stat st; local
74 if (TEMP_FAILURE_RETRY(stat(path, &st)) < 0)
77 return S_ISREG(st.st_mode) || S_ISDIR(st.st_mode);
81 struct stat st; local
82 if (TEMP_FAILURE_RETRY(stat(path, &st)) < 0)
85 return S_ISREG(st.st_mode);
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/dri/common/
dri_context.c 101 st_share = ((struct dri_context *)sharedContextPrivate)->st;
119 ctx->st = stapi->create_context(stapi, &screen->base, &attribs, &ctx_err,
121 if (ctx->st == NULL) {
147 ctx->st->st_manager_private = (void *) ctx;
159 if (ctx && ctx->st)
160 ctx->st->destroy(ctx->st);
182 ctx->st->flush(ctx->st, 0, NULL);
183 ctx->st->destroy(ctx->st)
259 struct st_context_iface *st; local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
st_cb_bufferobjects.c 179 struct st_context *st = st_context(ctx); local
180 struct pipe_context *pipe = st->pipe;
383 st_bufferobj_validate_usage(struct st_context *st,
st_context.c 78 struct st_context *st = st_context(ctx); local
81 if (st->clamp_frag_color_in_shader && (new_state & _NEW_FRAG_CLAMP)) {
83 st->dirty.st |= ST_NEW_FRAGMENT_PROGRAM;
87 if (st->clamp_vert_color_in_shader && (new_state & _NEW_LIGHT)) {
88 st->dirty.st |= ST_NEW_VERTEX_PROGRAM;
91 st->dirty.mesa |= new_state;
92 st->dirty.st |= ST_NEW_MESA
122 struct st_context *st = ST_CALLOC_STRUCT( st_context ); local
    [all...]
st_draw.c 92 setup_index_buffer(struct st_context *st,
106 else if (st->indexbuf_uploader) {
107 if (u_upload_data(st->indexbuf_uploader, 0,
113 u_upload_unmap(st->indexbuf_uploader);
120 cso_set_index_buffer(st->cso_context, ibuffer);
199 struct st_context *st = st_context(ctx); local
209 if (st->dirty.st || ctx->NewDriverState) {
210 st_validate_state(st);
212 if (st->vertex_array_out_of_memory
    [all...]
  /external/chromium_org/third_party/ots/test/
validator-checker.cc 149 struct stat st; local
150 ::fstat(fd, &st);
151 const off_t orig_len = st.st_size;
  /external/chromium_org/third_party/speex/libspeex/
buffer.c 53 SpeexBuffer *st = speex_alloc(sizeof(SpeexBuffer)); local
54 st->data = speex_alloc(size);
55 st->size = size;
56 st->read_ptr = 0;
57 st->write_ptr = 0;
58 st->available = 0;
59 return st;
62 EXPORT void speex_buffer_destroy(SpeexBuffer *st)
64 speex_free(st->data);
65 speex_free(st);
    [all...]
  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/ilbc/
refiner.c 43 int16_t tloc,tloc2,i,st,en,fraction; local
108 st=searchSegStartPos+tloc2-ENH_FL0;
112 if(st<0){
113 WebRtcSpl_MemSetW16(vect, 0, (int16_t)(-st));
114 WEBRTC_SPL_MEMCPY_W16(&vect[-st], idata, (ENH_VECTL+st));
117 en=st+ENH_VECTL;
120 WEBRTC_SPL_MEMCPY_W16(vect, &idata[st],
126 WEBRTC_SPL_MEMCPY_W16(vect, &idata[st], ENH_VECTL);
  /external/e2fsprogs/lib/blkid/
cache.c 162 struct stat st; local
171 if (stat(dev->bid_name, &st) < 0) {
  /external/iproute2/tc/
q_choke.c 207 struct tc_choke_xstats *st; local
212 if (RTA_PAYLOAD(xstats) < sizeof(*st))
215 st = RTA_DATA(xstats);
217 st->marked, st->early, st->pdrop, st->other, st->matched);
q_red.c 205 struct tc_red_xstats *st; local
210 if (RTA_PAYLOAD(xstats) < sizeof(*st))
213 st = RTA_DATA(xstats);
215 st->marked, st->early, st->pdrop, st->other);
  /external/ipsec-tools/src/racoon/
plainrsa-gen.c 161 struct stat st; local
187 if (stat(fname, &st) >= 0) {
  /external/libnl/lib/route/
pktloc.c 83 struct stat st = {0}; local
91 if (stat(path, &st) == 0) {
93 if (last_read == st.st_mtime)
122 last_read = st.st_mtime;
  /external/libnl/src/
nl-link-stats.c 47 uint64_t st = rtnl_link_get_stat(link, id); local
51 rtnl_link_stat2str(id, buf, sizeof(buf)), st);
  /external/linux-tools-perf/perf-3.12.0/tools/perf/tests/
attr.c 165 struct stat st; local
170 if (!lstat("./tests", &st))
177 if (!lstat(path_dir, &st) &&
178 !lstat(path_perf, &st))
  /external/llvm/unittests/IR/
TypeBuilderTest.cpp 189 std::vector<Type*> st; local
190 st.push_back(TypeBuilder<int, cross>::get(Context));
191 st.push_back(TypeBuilder<int*, cross>::get(Context));
192 st.push_back(TypeBuilder<void*[], cross>::get(Context));
193 static StructType *const result = StructType::get(Context, st);
212 std::vector<Type*> st; local
213 st.push_back(TypeBuilder<types::i<32>, cross>::get(Context));
214 st.push_back(TypeBuilder<types::i<32>*, cross>::get(Context));
215 st.push_back(TypeBuilder<types::i<8>*[], cross>::get(Context));
216 static StructType *const result = StructType::get(Context, st);
    [all...]
  /external/mesa3d/src/gallium/state_trackers/dri/common/
dri_context.c 101 st_share = ((struct dri_context *)sharedContextPrivate)->st;
119 ctx->st = stapi->create_context(stapi, &screen->base, &attribs, &ctx_err,
121 if (ctx->st == NULL) {
147 ctx->st->st_manager_private = (void *) ctx;
159 if (ctx && ctx->st)
160 ctx->st->destroy(ctx->st);
182 ctx->st->flush(ctx->st, 0, NULL);
183 ctx->st->destroy(ctx->st)
259 struct st_context_iface *st; local
    [all...]
  /external/mesa3d/src/mesa/state_tracker/
st_cb_bufferobjects.c 179 struct st_context *st = st_context(ctx); local
180 struct pipe_context *pipe = st->pipe;
383 st_bufferobj_validate_usage(struct st_context *st,

Completed in 1137 milliseconds

1 2 3 4 56 7 8 91011>>