HomeSort by relevance Sort by last modified time
    Searched refs:global_state (Results 1 - 25 of 30) sorted by null

1 2

  /system/sepolicy/tools/
checkfc.c 51 } global_state; variable in typeref:struct:__anon3700
93 int bit_pos = get_attr_bit(global_state.sepolicy.pdb, *attributes);
159 int rc = sepol_context_from_string(global_state.sepolicy.handle, context,
166 rc = sepol_context_check(global_state.sepolicy.handle,
167 global_state.sepolicy.sdb, ctx);
174 uint32_t len = ebitmap_length(&global_state.assert.set);
176 res = !is_type_of_attribute_set(global_state.sepolicy.pdb, type_name,
177 &global_state.assert.set);
180 dump_char_array(stderr, global_state.assert.attrs);
213 if (global_state.sepolicy.file)
    [all...]
  /external/libjpeg-turbo/
jdtrans.c 50 if (cinfo->global_state == DSTATE_READY) {
53 cinfo->global_state = DSTATE_RDCOEFS;
55 if (cinfo->global_state == DSTATE_RDCOEFS) {
78 cinfo->global_state = DSTATE_STOPPING;
84 if ((cinfo->global_state == DSTATE_STOPPING ||
85 cinfo->global_state == DSTATE_BUFIMAGE) && cinfo->buffered_image) {
89 ERREXIT1(cinfo, JERR_BAD_STATE, cinfo->global_state);
jdapimin.c 86 cinfo->global_state = DSTATE_START;
257 if (cinfo->global_state != DSTATE_START &&
258 cinfo->global_state != DSTATE_INHEADER)
259 ERREXIT1(cinfo, JERR_BAD_STATE, cinfo->global_state);
304 switch (cinfo->global_state) {
310 cinfo->global_state = DSTATE_INHEADER;
318 cinfo->global_state = DSTATE_READY;
335 ERREXIT1(cinfo, JERR_BAD_STATE, cinfo->global_state);
349 if (cinfo->global_state < DSTATE_START ||
350 cinfo->global_state > DSTATE_STOPPING
    [all...]
jcapistd.c 41 if (cinfo->global_state != CSTATE_START)
42 ERREXIT1(cinfo, JERR_BAD_STATE, cinfo->global_state);
58 cinfo->global_state = (cinfo->raw_data_in ? CSTATE_RAW_OK : CSTATE_SCANNING);
83 if (cinfo->global_state != CSTATE_SCANNING)
84 ERREXIT1(cinfo, JERR_BAD_STATE, cinfo->global_state);
126 if (cinfo->global_state != CSTATE_RAW_OK)
127 ERREXIT1(cinfo, JERR_BAD_STATE, cinfo->global_state);
jcapimin.c 94 cinfo->global_state = CSTATE_START;
166 if (cinfo->global_state == CSTATE_SCANNING ||
167 cinfo->global_state == CSTATE_RAW_OK) {
172 } else if (cinfo->global_state != CSTATE_WRCOEFS)
173 ERREXIT1(cinfo, JERR_BAD_STATE, cinfo->global_state);
194 /* We can use jpeg_abort to release memory and reset global_state */
213 (cinfo->global_state != CSTATE_SCANNING &&
214 cinfo->global_state != CSTATE_RAW_OK &&
215 cinfo->global_state != CSTATE_WRCOEFS))
216 ERREXIT1(cinfo, JERR_BAD_STATE, cinfo->global_state);
    [all...]
jdapistd.c 45 if (cinfo->global_state == DSTATE_READY) {
50 cinfo->global_state = DSTATE_BUFIMAGE;
53 cinfo->global_state = DSTATE_PRELOAD;
55 if (cinfo->global_state == DSTATE_PRELOAD) {
84 } else if (cinfo->global_state != DSTATE_PRESCAN)
85 ERREXIT1(cinfo, JERR_BAD_STATE, cinfo->global_state);
94 * Entry: global_state = DSTATE_PRESCAN only if previously suspended.
95 * Exit: If done, returns TRUE and sets global_state for proper output mode.
96 * If suspended, returns FALSE and sets global_state = DSTATE_PRESCAN.
102 if (cinfo->global_state != DSTATE_PRESCAN)
    [all...]
jcomapi.c 49 cinfo->global_state = DSTATE_START;
55 cinfo->global_state = CSTATE_START;
79 cinfo->global_state = 0; /* mark it destroyed */
jcparam.c 42 if (cinfo->global_state != CSTATE_START)
43 ERREXIT1(cinfo, JERR_BAD_STATE, cinfo->global_state);
186 if (cinfo->global_state != CSTATE_START)
187 ERREXIT1(cinfo, JERR_BAD_STATE, cinfo->global_state);
338 if (cinfo->global_state != CSTATE_START)
339 ERREXIT1(cinfo, JERR_BAD_STATE, cinfo->global_state);
476 if (cinfo->global_state != CSTATE_START)
477 ERREXIT1(cinfo, JERR_BAD_STATE, cinfo->global_state);
jctrans.c 44 if (cinfo->global_state != CSTATE_START)
45 ERREXIT1(cinfo, JERR_BAD_STATE, cinfo->global_state);
55 cinfo->global_state = CSTATE_WRCOEFS;
76 if (dstinfo->global_state != CSTATE_START)
77 ERREXIT1(dstinfo, JERR_BAD_STATE, dstinfo->global_state);
jdmaster.c 280 if (cinfo->global_state != DSTATE_READY)
281 ERREXIT1(cinfo, JERR_BAD_STATE, cinfo->global_state);
702 if (cinfo->global_state != DSTATE_BUFIMAGE)
703 ERREXIT1(cinfo, JERR_BAD_STATE, cinfo->global_state);
turbojpeg.c 826 if(cinfo->global_state>CSTATE_START) jpeg_abort_compress(cinfo);
925 if(cinfo->global_state!=CSTATE_START)
1008 if(cinfo->global_state>CSTATE_START) jpeg_abort_compress(cinfo);
    [all...]
bmp.c 291 dinfo.global_state=DSTATE_READY;
jpeglib.h 276 int global_state /* For checking call sequence validity */
    [all...]
  /external/autotest/client/cros/cellular/wardmodem/
global_state_unittest.py 5 import global_state
23 state = global_state.GlobalStateSkeleton()
37 state = global_state.GlobalStateSkeleton()
77 state = global_state.GlobalStateSkeleton()
91 class TestGlobalState(global_state.GlobalStateSkeleton):
state_machine_unittest.py 12 import global_state
32 self._state = self._mox.CreateMock(global_state.GlobalState)
60 self._state = self._mox.CreateMock(global_state.GlobalState)
wardmodem.py 16 import global_state
86 self._state = global_state.GlobalState()
  /external/autotest/client/cros/cellular/wardmodem/state_machines/
network_identity_machine_unittest.py 15 import global_state
29 global_state.GlobalState(),
request_response_unittest.py 15 import global_state
42 global_state.GlobalState(),
  /external/webrtc/webrtc/modules/remote_bitrate_estimator/test/
bwe_test_logging.cc 60 thread_map_[rtc::CurrentThreadId()].global_state.tag = ToString(name);
65 thread_map_[rtc::CurrentThreadId()].global_state.tag = name;
70 thread_map_[rtc::CurrentThreadId()].global_state.tag = name;
75 thread_map_[rtc::CurrentThreadId()].global_state.enabled = enabled;
225 new_state.MergePrevious(thread_state->global_state);
bwe_test_logging.h 302 State global_state; member in struct:webrtc::testing::bwe::Logging::ThreadState
  /external/skia/src/codec/
SkJpegCodec.cpp 303 , fReadyState(decoderMgr->dinfo()->global_state)
363 dinfo.global_state = fReadyState;
473 dinfo.global_state = fReadyState;
    [all...]
  /external/skqp/src/codec/
SkJpegCodec.cpp 302 , fReadyState(decoderMgr->dinfo()->global_state)
362 dinfo.global_state = fReadyState;
472 dinfo.global_state = fReadyState;
    [all...]
  /external/libvncserver/common/
turbojpeg.c 606 if(cinfo->global_state>CSTATE_START) jpeg_abort_compress(cinfo);
840 if(dinfo->global_state>DSTATE_START) jpeg_abort_decompress(dinfo);
  /prebuilts/tools/common/m2/repository/com/android/external/eclipse/swt/3.5.0/
swt-3.5.0.jar 
  /prebuilts/tools/darwin-x86/swt/
swt.jar 

Completed in 274 milliseconds

1 2