HomeSort by relevance Sort by last modified time
    Searched full:infolist (Results 1 - 25 of 32) sorted by null

1 2

  /external/chromium_org/chrome/browser/chromeos/input_method/
infolist_window_view.h 24 // InfolistWindowView is the main container of the infolist window UI.
27 // Represents an infolist entry.
37 // Updates infolist contents with |entries| and |focused_index|. If you want
45 // The infolist area is where the meanings and the usages of the words are
49 // The infolist views are used for rendering the meanings and the usages of
candidate_window_controller_impl.h 45 // Returns infolist window position. This function handles right or bottom
46 // position overflow. Usually, infolist window is clipped with right-top of
48 // overflow. If right of infolist window is out of screen, infolist window is
49 // shown left-top of candidate window. If bottom of infolist window is out of
50 // screen, infolist window is shown with clipping to bottom of screen.
51 // Infolist window does not overflow top and left direction.
57 // Converts |candidate_window| to infolist entries. |focused_index| become
92 // Updates infolist bounds, if current bounds is up-to-date, this function
103 // This is the outer frame of the infolist window view. The frame wil
    [all...]
candidate_window_constants.h 15 // Currently the infolist window only supports Japanese font.
34 // The width of the infolist indicator icon in the candidate window.
36 // The padding size of the infolist indicator icon in the candidate window.
candidate_window_controller_impl_unittest.cc 66 // If there is no overflow to show infolist window, the expected position is
82 // If right of infolist window area is no in screen, show infolist left side
101 // If bottom of infolist window area is no in screen, show infolist clipping
180 // Infolist entries skips empty descriptions, so expected entry size is 1 and
212 // Infolist entries skips empty descriptions, so expected entry size is 1 and
213 // there is no focused index because no infolist entry candidate is selected.
candidate_view.h 41 // Sets infolist icon.
92 // The infolist icon.
candidate_window_controller_impl.cc 27 // The milliseconds of the delay to show the infolist window.
29 // The milliseconds of the delay to hide the infolist window.
71 // Create the infolist window.
209 // If there is no infolist entry, just hide.
infolist_window_view.cc 31 // InfolistRow renderes a row of a infolist.
42 // Selects the infolist row. Changes the appearance to make it look
46 // Unselects the infolist row. Changes the appearance to make it look
input_method_manager_impl.cc 187 // candidate window, infolist and mode indicator. Note, mode
220 // candidate window, infolist and mode indicator. Note, mode
  /external/chromium_org/third_party/angle/src/compiler/
VariableInfo.cpp 78 TVariableInfoList& infoList);
82 TVariableInfoList& infoList,
89 TVariableInfoList& infoList,
97 getUserDefinedVariableInfo(type, lname, lmappedName, infoList, hashFunction);
100 getUserDefinedVariableInfo(type, name, mappedName, infoList, hashFunction);
103 getBuiltInVariableInfo(type, name, mappedName, infoList);
110 TVariableInfoList& infoList)
126 infoList.push_back(varInfo);
132 TVariableInfoList& infoList,
144 infoList,
    [all...]
  /frameworks/base/core/tests/coretests/src/android/content/pm/
ComponentTest.java 165 final List<ResolveInfo> infoList =
167 assertEquals(0, infoList.size());
185 final List<ResolveInfo> infoList =
187 assertEquals(1, infoList.size());
188 final ResolveInfo info = infoList.get(0);
244 final List<ResolveInfo> infoList =
246 assertEquals(1, infoList.size());
272 final List<ResolveInfo> infoList =
274 assertEquals(0, infoList.size());
312 final List<ResolveInfo> infoList
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
resourceView.css 87 .resource-view.image .infoList {
91 .resource-view.image .infoList dt {
99 .resource-view.image .infoList dd {
107 .resource-view.image .infoList dd::after {
ImageView.js 75 infoListElement.className = "infoList";
  /external/sonivox/arm-wt-22k/lib_src/
dls.h 22 RIFF [] 'DLS ' [colh,INSTLIST,WAVEPOOL,INFOLIST]
26 LIST [] 'ins ' [insh,RGNLIST,ARTLIST,INFOLIST]
27 LIST [] 'ins ' [insh,RGNLIST,ARTLIST,INFOLIST]
28 LIST [] 'ins ' [insh,RGNLIST,ARTLIST,INFOLIST]
54 INFOLIST
  /frameworks/base/packages/SystemUI/src/com/android/systemui/usb/
UsbStorageActivity.java 297 List<ApplicationInfo> infoList = am.getRunningExternalApplications();
298 if (infoList != null && infoList.size() > 0) {
  /development/scripts/
divide_and_compress_test.py 126 source_zip.infolist().AndReturn([self.files['file1'], self.files['file1']])
127 source_zip.infolist().AndReturn([self.files['file1'], self.files['file1']])
212 We just need it to return a single member infolist twice
218 mock_zip.infolist().AndReturn([self.file1])
219 mock_zip.infolist().AndReturn([self.file1])
249 The mock just needs to return the infolist mock that is prepared in
257 mock_zip.infolist().AndReturn(self.multi_file_dir)
divide_and_compress.py 187 for zip_member in old_fp.infolist()[:-1]:
270 archive_index = archive.infolist()
296 num_archive_files = len(archive_obj.infolist())
303 self.base_path, archive_obj.infolist()[0].filename))
  /build/tools/releasetools/
sign_target_files_apks 113 for info in input_tf_zip.infolist():
144 for i in input_tf_zip.infolist()
147 for info in input_tf_zip.infolist():
check_target_files_signatures 188 for info in apk.infolist():
ota_from_target_files 315 for info in input_zip.infolist():
548 for info in z.infolist():
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_zipfile.py 96 # Check infolist
97 infos = zipfp.infolist()
154 infos = zipfp.infolist()
672 # Check infolist
673 infos = zipfp.infolist()
811 self.assertIsInstance(zf.infolist()[0].filename, unicode)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_zipfile.py 96 # Check infolist
97 infos = zipfp.infolist()
154 infos = zipfp.infolist()
672 # Check infolist
673 infos = zipfp.infolist()
811 self.assertIsInstance(zf.infolist()[0].filename, unicode)
    [all...]
  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/
Paint_Delegate.java     [all...]
  /external/chromium_org/chrome/test/functional/perf/
endure_setup.py 318 for info in zf.infolist():
  /external/chromium_org/chrome/test/pyautolib/
pyauto_utils.py 111 for info in zf.infolist():
  /external/chromium_org/tools/
bisect-builds.py 300 for info in zf.infolist():
    [all...]

Completed in 1540 milliseconds

1 2