/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/ |
AuthorBox.java | 37 private String author; field in class:AuthorBox 55 * Author information. 57 * @return the author 60 return author; 67 public void setAuthor(String author) { 68 this.author = author; 72 return 7 + Utf8.utf8StringLengthInBytes(author); 79 author = IsoTypeReader.readString(content); 86 byteBuffer.put(Utf8.convert(author)); [all...] |
/external/chromium-trace/trace-viewer/third_party/python_gflags/ |
setup.py | 38 author='Google Inc. and others', variable
|
/external/chromium_org/third_party/python_gflags/ |
setup.py | 38 author='Google Inc. and others', variable
|
/external/chromium_org/chromeos/dbus/ibus/ |
ibus_component.h | 35 // string "MockExtensionIME" // The author name. 52 // string "MockExtensionIME" // The author name. 100 const std::string& author); 106 std::string author; // The author of engine. member in struct:chromeos::IBusComponent::EngineDescription 122 // The component author (ex. "Google Inc."). 123 const std::string& author() const { return author_; } function in class:chromeos::IBusComponent 124 void set_author(const std::string& author) { author_ = author; }
|
ibus_component_unittest.cc | 17 const std::string kAuthor = "Component Author"; 23 const std::string kEngineAuthor1 = "Engine Author 1"; 34 const std::string kEngineAuthor2 = "Engine Author 2"; 62 EXPECT_EQ(kAuthor, target_component.author()); 70 EXPECT_EQ(kEngineAuthor1, engine_descriptions[0].author); 76 EXPECT_EQ(kEngineAuthor2, engine_descriptions[1].author);
|
ibus_component.cc | 46 if (!ibus_object_reader.PopString(&engine_desc->author)) { 96 ibus_object_writer.AppendString(engine_desc.author); 141 std::string author; local 142 if (!ibus_object_reader.PopString(&author)) { 147 ibus_component->set_author(author); 200 ibus_object_writer.AppendString(ibus_component.author()); 236 const std::string& author) 241 author(author) {
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/ |
validate-committer-lists | 168 line_regexp = re.compile("^(?P<author>.+)@\S+ (?P<timestamp>\d+)$") 177 last_commit_dates[match_result.group('author')] = float(match_result.group('timestamp')) 180 authors_missing_email = filter(lambda author: author.find('@') == -1, self._last_commit_time_by_author_cache) 181 authors_with_email = filter(lambda author: author.find('@') != -1, self._last_commit_time_by_author_cache) 182 prefixes_of_authors_with_email = map(lambda author: author.split('@')[0], authors_with_email) 184 for author in authors_missing_email: 186 author_email = self.login_to_email_address.get(author) [all...] |
/device/generic/goldfish/camera/ |
EmulatedCameraHal.cpp | 38 author: "The Android Open Source Project",
|
/external/chromium-trace/trace-viewer/third_party/closure_linter/ |
setup.py | 26 author='The Closure Linter Authors', variable
|
/external/chromium-trace/trace-viewer/third_party/pywebsocket/src/ |
setup.py | 47 setup(author='Yuzo Fujishima',
|
/external/chromium_org/third_party/closure_linter/ |
setup.py | 26 author='The Closure Linter Authors', variable
|
/external/linux-tools-perf/util/ |
setup.py | 20 author='Arnaldo Carvalho de Melo', variable
|
/external/llvm/utils/lit/ |
setup.py | 9 author = lit.__author__, variable
|
/device/asus/flo/camera/QCamera2/HAL/ |
QCamera2Hal.cpp | 38 author: "Qualcomm Innovation Center Inc",
|
/device/asus/flo/camera/QCamera2/HAL3/ |
QCamera3Hal.cpp | 38 author: "Qualcomm Innovation Center Inc",
|
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/template/ |
group-file.rb | 5 author: Kyle Yetter <kcy5b@yahoo.com>
|
/external/chromium_org/third_party/tlslite/ |
setup.py | 19 author="Trevor Perrin", variable
|
/external/chromium_org/tools/gyp/ |
setup.py | 16 author='Chromium Authors', variable
|
/hardware/qcom/camera/QCamera2/HAL/ |
QCamera2Hal.cpp | 38 author: "Qualcomm Innovation Center Inc",
|
/hardware/qcom/camera/QCamera2/HAL3/ |
QCamera3Hal.cpp | 38 author: "Qualcomm Innovation Center Inc",
|
/hardware/qcom/display/msm8960/libmemtrack/ |
memtrack_msm.c | 52 author: "The Android Open Source Project",
|
/hardware/qcom/display/msm8974/libmemtrack/ |
memtrack_msm.c | 52 author: "The Android Open Source Project",
|
/hardware/samsung_slsi/exynos5/libmemtrack/ |
memtrack_exynos5.c | 52 author: "The Android Open Source Project",
|
/device/generic/goldfish/power/ |
power_qemu.c | 58 .author = "The Android Open Source Project",
|
/external/skia/tools/copyright/ |
main.py | 15 @author: epoger@google.com
|